.xlsx is the OOXML spreadsheet format. Plotiq decodes it in the browser, extracts the sheet you pick, and emits clean UTF-8 CSV — ready for Python, BigQuery, or Postgres ingestion.
Cleaner output than Excel's own Save-As-CSV, especially for non-English data.
Plotiq decodes the OOXML package in the browser — no upload, no server decode.
Pick any sheet from the workbook. The preview shows the exact rows that will end up in the CSV.
Output uses UTF-8 without BOM — the one-size-fits-all encoding for Pandas, BigQuery, Snowflake, and Postgres.
Yes — both .xlsx (OOXML, 2007+) and .xls (BIFF, 97-2003) are accepted.
UTF-8 without BOM — the standard for modern ETL tools (Python, R, Pandas, BigQuery, Snowflake).
Dates as yyyy-mm-dd, date-times as ISO 8601. Locale-specific formats like m/d/yyyy are avoided to prevent downstream parsing bugs.
Yes. The input pane shows a live grid preview of the selected sheet before you download.