React
GridSheet provides a comprehensive React component that brings Excel-like functionality to your React applications.
Installation
Section titled “Installation”npm install @gridsheet/react-core @gridsheet/functions# oryarn add @gridsheet/react-core @gridsheet/functions# orpnpm add @gridsheet/react-core @gridsheet/functionsIt is highly recommended to install and use @gridsheet/functions together with the core package to enable built-in spreadsheet functions.
Simple Usage
Section titled “Simple Usage”Next Steps
Section titled “Next Steps”- See examples in the examples section.
- Refer to the API Reference for detailed documentation.