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

Basic 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