Everything you type is stored only in this browser's localStorage — there is no account, no server database, and nothing is ever uploaded. Use Backup to download your workbook as a file (and Restore to load it on another machine).
| Type / F2 / double-click | edit a cell |
| Enter · Tab · arrows | commit + move |
| Shift + arrows / click | extend selection |
| ⌘C · ⌘X · ⌘V | copy / cut / paste (works with Excel & Sheets) |
| ⌘Z · ⌘⇧Z | undo / redo |
| ⌘B · ⌘I · ⌘U | bold / italic / underline |
| Delete | clear cells |
| Right-click | insert / delete rows & columns |
| Drag the fill square | fill down / across (continues numbers, "Item 1", months, weekdays, quarters) |
| Double-click the fill square | fill down to match the neighboring column |
| Σ | AutoSum the numbers above / left of the selection |
| ⌘F | find in sheet (Enter = next, ⇧Enter = previous) |
| Right-click → Sort | sort the selected rows by their first column |
While typing a formula you get function autocomplete (↑↓ + Tab to accept), colored highlights on every referenced range, and point mode — click or drag cells in the grid to insert their reference at the caret. Each sheet is 10,000 rows × 52 columns; the practical limit is your browser's ~5 MB localStorage quota.
Reference other sheets like Excel: =Growth!B2 or ='Sales Data'!F2:F25 (quote names with spaces). Renaming a sheet rewrites every formula that points at it.
Named ranges: select any range, type a name (e.g. Revenue) into the Name Box (left of the formula bar) and press Enter. Then use it anywhere: =SUM(Revenue). Typing an existing name in the Name Box jumps to it — try SalesRevenue in the sample workbook.
The Visualizer tab turns your sheets into dashboards — bar, line, area, pie, scatter, KPI and table visuals with aggregation, group-by, filters, sorting and Top N. The first row of a sheet is used as column headers. Dashboards are saved in this browser too.
Start with =. Cell refs (A1, $B$2), ranges (A1:C10), operators + - * / ^ & % = <> < > and these functions: