Skip to main content
Back to Home

Prepare a Spreadsheet Export for a Data Import

Need to hand off data from an Excel export or CSV report to a system that expects XML? Here's how to convert it without hand-editing the file.

  1. If your data is in an Excel workbook, upload it here — the first sheet with data converts into <row> elements, one per spreadsheet row. If you already have a CSV export instead, use CSV to XML the same way. Open Excel to XML
  2. For a CSV export specifically: upload it and convert directly — no need to open it in Excel first. Open CSV to XML
  3. If the receiving system needs CSV instead, and you already have XML in the <rows><row> structure PDFPilot produces, convert it back with XML to CSV. Open XML to CSV