Getting Started
Vue

Vue

GridSheet provides a comprehensive Vue component that brings Excel-like functionality to your Vue applications.

Installation

npm install @gridsheet/vue-core @gridsheet/functions
# or
yarn add @gridsheet/vue-core @gridsheet/functions
# or
pnpm add @gridsheet/vue-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

Note: This Vue implementation is a wrapped version of the Preact core, which means some advanced features may be limited. Additionally, while GridSheet supports custom renderers for arbitrary components, Vue components cannot be passed directly to GridSheet. For custom component rendering, you need to write the code in Preact and pass it to GridSheet.

Next Steps