IntroductionIntroductionContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)Reddit (opens in a new tab)
    • Overview
    • Features
    • React
    • Vue
    • Vanilla JavaScript
    • Case 1: Sales Dashboard with Data Visualization
    • Case 2: GitHub Contributors Dashboard
    • Case 3: Pixel Art Drawing Interface
    • Case 4: Budget Management System with Policies
    • Case 5: A simplified menu with Multiple Sheets
    • Case 6: Calendar/Scheduler Interface
    • Case 7: Real-time Collaboration Interface
    • Case 8: Large Dataset Performance Demo
    • Case 9: Security & Data Protection
    • Case 10: Project Management with Event Handlers
    • GridSheet Props
    • Table Class
    • Utility Functions
  • History
    • GridSheet 2.x.x
    • GridSheet 1.x.x
      • Migration from 1.x to 2.x
    • Architecture & Design
    • Development Guide
    • Package Structure

On This Page

  • Installation
  • Basic Usage
  • Next Steps
Question? Give us feedback → (opens in a new tab)Edit this page
Getting Started
React

React

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

Installation

npm install @gridsheet/react-core
# or
yarn add @gridsheet/react-core
# or
pnpm add @gridsheet/react-core

Basic Usage

Next Steps

  • See examples in the examples section.
  • Refer to the API Reference for detailed documentation.
FeaturesVue

GridSheet Documentation