Tag: #excel
8 articles
-
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.
-
When Excel is your layout tool: move merged-cell forms to the web without rebuilding them
A lot of business 'spreadsheets' are really forms β merged cells, borders, fixed column widths, embedded formulas. Two practical ways to bring them to the web with ReoGrid Web: load the existing .xlsx as-is, or rebuild it in code. With working examples.
-
Using ReoGrid in Angular β an Excel-like spreadsheet, no wrapper needed
ReoGrid Web ships React and Vue wrappers, but the core is framework-agnostic. Here's how to drop a canvas-based, Excel-like spreadsheet into an Angular app in about 30 lines β with editing, formulas, and xlsx import.
-
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.
-
Build an online XLSX viewer in React β files never leave the browser
Most 'XLSX viewer online' tools upload your spreadsheet to a server you don't control. Here is a complete React component that opens .xlsx files entirely in the browser β read-only, with styles, merges, and formulas preserved. No upload, no backend, no account.
-
Excel-like business forms on the web β you don't need Excel to build them
Most developers don't realise the browser can load, display, and edit real Excel files without a server β and that the same spreadsheet component can build invoice-quality forms from scratch, or blend both. Here's how ReoGrid Web makes it possible.
-
Importing real Excel files in the browser β no upload, no server
Drag an .xlsx file onto a web page, render it in a spreadsheet UI with cell styles, merges, borders, freeze panes, and formulas preserved. No backend, no SheetJS, no progress modals β and it loads a 440k-cell file in 3.7 seconds.