Recipes
Task-oriented recipes for ReoGrid Web. Each recipe is a short, copy-pasteable snippet that answers one question β "how do I do X?" β without forcing you to read an entire feature reference. Designed to work equally well as context for AI coding assistants.
Tables & Reports
- π§Ύ Build an Invoice
Merged header, line items, currency formatting, and automatic totals.
- β‘ Bulk Load from JSON
The fastest way to populate many rows from an array of objects.
- β Running Total Column
A cumulative-sum column using a self-referencing formula pattern.
- π Build a Pivot Table PRO
Summarize a source range into a live cross-tab written back into the grid.
Documents & Printing
Interactive Cells
- βοΈ Interactive Checklist PRO
A todo list built from checkbox cells with a live progress counter.
- π¨ Colored Status Dropdown PRO
Dropdown cell + conditional formatting to color rows by status.
- β Dropdown with Data Validation PRO
Attach a validated dropdown list plus numeric range rules that block bad input.
Data I/O
- π₯ Load XLSX from File Input
Wire up <input type="file"> to load an xlsx into the grid.
- π€ Save Grid as XLSX PRO
Export the current worksheet as a downloadable xlsx file.
- π Convert XLSX to JSON
Load an xlsx and serialize it to lossless ReoGrid JSON β all client-side.
- π Convert XLSX to Data Rows
Extract a clean array-of-objects from an xlsx for an API or database.