Preact
GridSheet provides a lightweight Preact-based library that brings Excel-like functionality to your web applications. It can be used in vanilla JavaScript environments without any additional framework.
Installation
Section titled “Installation”npm install @gridsheet/preact-core @gridsheet/functions# oryarn add @gridsheet/preact-core @gridsheet/functions# orpnpm add @gridsheet/preact-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”Single HTML Demo
Section titled “Single HTML Demo”You can try GridSheet in a single HTML file with no build tools — just load the packages from CDN via ESM imports.
View the source code to see how it works.
Next Steps
Section titled “Next Steps”- You can find more examples in the examples section.
- Refer to the API Reference for detailed documentation.