Brian Hung
Chat with Spreadsheet
Spreadsheet that can be used normally, or with LLMs.
Editing a cell
the cell's textbatchCellContentschanged cellsvaluesUpdatedGlide data gridDataEditor, provideEditorFormulaEditorCodeMirror, Lezer grammarcolors each cell referenceHyperFormula, in a workerrecalculates dependent cellseditorView.changessent with the next messageapi/autocompletea model suggests formulasThe editor parses a formula to highlight it; HyperFormula parses it again to evaluate it.
Asking the model
messagesa tool callA1 rangescell valuesvaluesUpdatedChatBoxadds sheets, selection, editsstreamTextapi/chat.ts, an edge functiononToolCallruns tools in the browserHyperFormula workerthe engine the grid usesGlide data gridrepaints the changed cellsThe model picks each tool; the browser runs it on the same engine the grid uses.