Getting Started
React

React

GridSheet provides a comprehensive React component that brings Excel-like functionality to your React applications.

Installation

npm install @gridsheet/react-core @gridsheet/functions
# or
yarn add @gridsheet/react-core @gridsheet/functions
# or
pnpm add @gridsheet/react-core @gridsheet/functions

It is highly recommended to install and use @gridsheet/functions together with the core package to enable built-in spreadsheet functions.

Simple Usage

Next Steps