Tag: #json
4 articles
-
Batch-process spreadsheet data with AI: xlsx β JSON β LLM
A practical pipeline for running an LLM over a whole spreadsheet: convert xlsx to JSON in the browser, send rows to Claude for classification or cleanup, and write the results back into the grid β with the Batch API for scale.
-
From Excel to your app: extract structured data from xlsx as JSON
A practical pattern for turning user-uploaded Excel files into clean JSON your app can use β header detection, type coercion, multiple sheets, and posting straight to an API or database.
-
Convert XLSX to JSON in the browser β no server, no upload
Turn an .xlsx file into JSON entirely client-side: lossless ReoGrid JSON for round-tripping, or plain data rows for your app. Practical code, files never leave the browser.
-
Reading and writing Excel files in JavaScript β import, export, and JSON
How to load .xlsx files into the browser, export a grid back to Excel, and convert between xlsx and JSON β all client-side, with styles and formats preserved. Practical code with ReoGrid Web.