Getting Started
GridSheet provides Excel-like spreadsheet functionality across multiple frameworks. Choose the implementation that best fits your project:
Framework Support
| Framework | Features | Best For |
|---|---|---|
| React | Full-featured with hooks, TypeScript, comprehensive events | React apps, TypeScript projects, complex state |
| Vue | Composition API, Options API, Vue 3 support | Vue applications, progressive enhancement |
| Svelte | Svelte 5 runes, writable stores | Svelte applications, reactive UIs |
| Preact | Built on Preact, works without a framework | Vanilla JS environments, legacy apps, minimal dependencies |
Note: React and Preact versions support all GridSheet features. Vue and Svelte versions have some limitations due to being wrapped implementations.