Excel to XML converter
Convert Excel to XML as you type. Nothing is uploaded, and the result can be previewed as a table, copied or downloaded.
Convert Excel to XML as you type. Nothing is uploaded, and the result can be previewed as a table, copied or downloaded.
Loading the converter… It runs locally in your browser.
Microsoft Excel workbooks (.xlsx, and legacy .xls). TableForge also reads OpenDocument .ods and data copied straight out of a spreadsheet.
Extensible Markup Language: a tree of named elements with attributes. Still common in feeds, SOAP services, office documents and enterprise exports.
No. The Excel to XML conversion runs entirely in your browser with JavaScript. The page works offline once it has loaded, and TableForge never receives your data.
The limit is your device's memory. Files of tens of megabytes (hundreds of thousands of rows) convert fine on a typical laptop. The preview shows the first 200 rows, but the download always contains every row.
With “Detect numbers & booleans” on, values like 42, 3.14 and true become real numbers and booleans. Values with leading zeros such as ZIP codes (00742) are kept as text so they are not corrupted. Turn the option off to keep every value as a string.
Yes, use the XML to Excel converter at tableforge.io/xml-to-excel, or the universal converter on the home page.
Each cell is exported as the value Excel last calculated and saved, with its display formatting (dates, currency). The formulas themselves are not exported, because CSV, JSON and similar formats have no concept of them.