Getting Started
GridSheet provides Excel-like spreadsheet functionality across multiple frameworks and vanilla JavaScript. 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 |
| Vanilla JS | Framework-agnostic, minimal bundle size | Vanilla JS, legacy apps, minimal dependencies |
Note: React and Vanilla JS versions support all GridSheet features. Vue versions have some limitations due to being wrapped implementations.