GET STARTED
Start building in minutes
Every GRID package installs from npm with a free evaluation license. Add the engine, viewer, or editor, then hand it to your agent or follow the quickstart yourself.
WITH YOUR AGENT
Hand it to your agent
Paste this prompt into Claude Code, Cursor, Copilot, or any agent that can run shell commands. It installs GRID's skills and scaffolds a working spreadsheet editor.
Install GRID's spreadsheet skills:
npx -y skills add GRID-is/skills -g --all
Then create a React-based spreadsheet editor that uses GRID's packages for the heavy-lifting. Allow the user to drag-and-drop an .xlsx to open it, edit cells, and download an updated .xlsx file.Or connect the tools at runtime
Add GRID's spreadsheet tools to your agent as an MCP server, so it reads, calculates, and edits workbooks directly instead of generating code.
npx -y @grid-is/agent-toolsON YOUR OWN
Follow the quickstart
Install the packages you need, then follow the quickstart guide to read, edit, and render your first spreadsheet.
npm install @grid-is/spreadsheet-enginenpm install @grid-is/spreadsheet-viewernpm install @grid-is/spreadsheet-editornpm install @grid-is/agent-toolsQuickstart guides
LICENSING
Free to evaluate. License to ship.
The evaluation license is free and full featured for development, evaluation, and internal prototypes. Shipping a commercial product requires a commercial license.
Questions about installing or licensing? Contact us.