Function TABLETOXML() converts a table with values into text in XML format.
=TABLETOXML(Range; [RootElement]; [RowElement])
The Function TABLETOXML() is simple to use. You just need to select a table or specify any range of cells with values and Excel will automatically return the text in "XML" format:
=TABLETOXML(Range; "Countries")
We will get the following result:
In this example, the following values are used:
You can use the function TABLETOXML() by installing the YLC Utilities extension.
After that, this function will be available in all files that will be opened in Excel.