The TABLETOXML() function is designed for quick conversion of tabular values into XML text format. It automatically structures data in the form of hierarchical tags that clearly define each element of the table.
The obtained result is perfectly suitable for exchanging data between various information systems and storing configurations.
=TABLETOXML(Range; [RootElement]; [RowElement])
The TABLETOXML() function is easy to use. You just need to select a table or specify any range of cells with values and Excel (Calc) 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 extension YLC Utilities.
After that, this function will be available in all files that will be opened in Excel (LibreOffice Calc).