Getting Started
Svelte

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/functions

It is highly recommended to install and use @gridsheet/functions together with the core package to enable built-in spreadsheet functions.

Simple Usage

Next Steps