Skip to content
GRID Documentation

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.

Terminal window
npm install @grid-is/spreadsheet-engine

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 licensing

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:

.npmrc
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
@grid-is:registry=https://registry.npmjs.org/