Installing packages
Every GRID product ships a free evaluation package on npm, with no signup and no token required. Pick the package for what you’re building and run the install command below. (The full commercial packages are private and need a token, see below.)
A headless spreadsheet engine, compatible with Excel and Google Sheets.
npm install @grid-is/spreadsheet-engineDisplay spreadsheets inside your product, no backend required.
npm install @grid-is/spreadsheet-viewerA scoped, familiar spreadsheet editing experience for your users.
npm install @grid-is/spreadsheet-editorLicensing
Section titled “Licensing”The evaluation license is free and fully featured for development, evaluation, personal projects, and internal prototypes. Shipping a commercial product, or running GRID in any revenue-generating workflow, requires a commercial license.
Read the evaluation license Commercial licensingCommercial packages
Section titled “Commercial packages”Commercial licenses ship the full packages (@grid-is/apiary, @grid-is/mondrian-react, and
@grid-is/editor), which are private on npm. To install them you need an npm auth token. Create an
.npmrc file in your repository root (or in another supported location) and add:
//registry.npmjs.org/:_authToken=${NPM_TOKEN}@grid-is:registry=https://registry.npmjs.org/