Why CSV is often the right target
Almost every database, CRM, analytics platform, and e-commerce back office has a CSV import. It is plain text, it has no version quirks, and it does not carry formatting that an importer has to strip out.
The catch is that importers are strict: they expect one header row, consistent columns, and no stray blank lines. Data typed by hand from a screenshot rarely lands that neatly on the first attempt.
Getting an import-ready file
1. Upload the screenshot
PNG, JPG, JPEG, WEBP, or PDF, up to 20MB.
2. Extract the table
GridFiller detects the header row and the columns and returns structured rows.
3. Rename headers to match the importer
Edit the column names so they line up with the field names the destination expects — this is usually what turns a rejected import into a clean one.
4. Delete what should not be imported
Remove subtotal rows, repeated headers, and any row that was cut off at the edge of the capture.
5. Export CSV
Download the file and run the import.
Things to check before importing
- Currency symbols and thousands separators — many importers want a bare number.
- Date formats — confirm the destination reads the same order of day and month.
- Values containing commas, which need to stay quoted in the CSV.
- Empty cells that should be genuinely empty rather than a placeholder dash.
- Row count against the original screenshot, so nothing was lost at the crop.
When XLSX is the better choice
CSV holds exactly one table. If you are converting several unrelated screenshots at once, choose the keep-separate strategy and export XLSX instead — each source becomes its own named worksheet in one workbook.
For a single table headed for another system, CSV is simpler and imports more predictably.
Common questions
- What does the CSV export look like?
- A single table with the header row first and one row per record, comma separated, ready to import into another tool.
- Can I export several screenshots as one CSV?
- Yes, when they share a structure — use align by headers or append rows. CSV holds one table, so unrelated sources are better exported as a multi-sheet XLSX.
- Can I rename the columns before exporting?
- Yes. Headers are editable in the grid, which is useful when the target system expects specific field names.
Keep reading
- Screenshot to Excel — when you want a formatted workbook rather than plain text.
- Screenshot to spreadsheet — the overview of turning captures into working data.
- Extract a table from an image — for busy pages where the table is one element among many.
- How to extract data from a screenshot — including data that is not already in a tidy table.