Search

ConvertToTableXml

Last Updated: Dec 1, 2020

Articles

Use this function to convert the data in a cell to a tabular XML format.

Syntax

ConvertToTableXml (row_number, column_letter, cell_data)

Parameters

Input Parameter Name Description
row_number Row number of the cell
column_letter Column Letter of the cell
cell_data Data in value of the cell

Returns

Return value Description
Tabular XML Returns the copied data as a tabular XML

Sample

ConvertToTableXml (2, A, Example)

  • Converts the data ‘Example’ in the cell of row number ‘2’ and column letter ‘A’ to a tabular XML.

To view all the Excel functions, click here.

Did you find what you were looking for?