Svelte
GridSheet provides a comprehensive Svelte component that brings Excel-like functionality to your Svelte applications.
Installation
npm install @gridsheet/svelte-core @gridsheet/functions
# or
yarn add @gridsheet/svelte-core @gridsheet/functions
# or
pnpm add @gridsheet/svelte-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
Next Steps
- See examples in the examples section.
- Refer to the API Reference for detailed documentation.