plotiq

XLSX to Bar Chart

Built for the .xlsx format specifically: drop the file, pick your columns, and Plotiq renders an interactive bar chart with full export support.

Best when your data lives in a modern Excel workbook and you need a clean bar chart.

1. Upload the .xlsx file

Drag the workbook onto the upload area or click to pick.

2. Pick axes

Choose the category column and one or more numeric value columns.

3. Download

Export as PNG, JPG, PDF, or SVG at up to 5K resolution.

Does .xls (legacy) work?

Yes — both .xlsx (modern) and .xls (legacy) load through the same upload.

What about formulas?

Formula cells are read as the formula text. For the cleanest chart, paste-special values before uploading.

Can I share the result?

Yes — the Share button generates a permanent link to the exact rendered chart.

Is the tool open source?

Parts of the parsing layer build on the open-source `excel` Dart package. The chart engine and UI are proprietary.