Runnable integration examples for LogiSheets.
- logisheets-engine — embedding the spreadsheet engine + formula editor in plain JS, React, Vue, and Angular.
- logisheets-runtime — the headless Node runtime: build a workbook, host it over JSON-RPC, and drive it remotely (change a value, read a formula's recalculated number).
- sdks — using the LogiSheets SDKs directly (headless, no UI) to
create a workbook, write values and a
SUMformula, read the recalculated result, and save to.xlsx: