 
       Last Updated: May 27, 2021
Use this function to retrieve the Excel XML notation of the cell with the given row, column and value.
Get XML Format of Cell (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 | Value of the cell | 
| Return value | Description | 
|---|---|
| XML | Returns the copied data in a XML format | 
Get XML Format of Cell (2, C, ABC123)
To view all the Excel functions, click here.