Search

Get XML Format of Cell

Articles

Use this function to retrieve the Excel XML notation of the cell with the given row, column and value.

Syntax

Get XML Format of Cell (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 Value of the cell

Returns

Return value Description
XML Returns the copied data in a XML format

Sample

Get XML Format of Cell (2, C, ABC123)

  • Gets Excel XML notation of cell C2 that has the value ABC123.

To view all the Excel functions, click here.

Did you find what you were looking for?