Paste or upload CSV and JSON data, pick row, column and value fields with an aggregation to build a pivot table with totals and export
FAQ
Which data formats are supported for input?
Paste CSV or a JSON array of objects with automatic format detection, or upload a .csv or .json file in UTF-8. The CSV needs a header row and the JSON must be an array of objects.
Why did the sum turn into a count?
When the value field is missing or contains non-numeric data, sum-like aggregations cannot run and fall back to count with a notice on screen. Fix the data or pick another field, then rebuild the pivot.
All data is processed locally in your browser. Nothing is uploaded.