Last Updated: Dec 1, 2020
Use this function to convert the data in a cell to a tabular XML format.
ConvertToTableXml (row_number, column_letter, cell_data)
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 |
Return value | Description |
---|---|
Tabular XML | Returns the copied data as a tabular XML |
ConvertToTableXml (2, A, Example)
To view all the Excel functions, click here.