This package has been deprecated

Author message:

react-gridsheet is no longer supported use https://www.npmjs.com/package/@gridsheet/react-core

react-gridsheet
TypeScript icon, indicating that this package has built-in type declarations

0.11.0 • Public • Published

unittest workflow FOSSA Status NPM

Introduction

react-gridsheet is a simple yet highly functional spreadsheet component for ReactJS.

react-gridsheet

Supporting features

  • Copy & Paste
  • Cut & Paste
  • Undo & Redo
  • Add rows and columns
  • Displaying formulas
  • Cell styling
  • Custom renderer
  • Custom parser
  • Basic shortcut keys
  • Context menu
  • External data manipulation

Installation

$ npm install react-gridsheet --save
$ yarn add react-gridsheet

Docs

History

  • 0.3.x

    • BREAKING CHANGE: renderers and parsers in options got to receive theirs instances.
      • See examples for details.
  • 0.4.x:

    • BREAKING CHANGE: dropped stickyHeaders option.
  • 0.5.x:

    • Quit using redux.
  • 0.6.x:

    • Change data structure.

      • data prop was dropped.
  • 0.7.x

    • Support formula.
  • 0.8.x

    • Improve ref handling on formula.
      • Add and absolute ref.
    • Change table operation.
      • Get/Set data through tableRef.
      • Dropped changes option.
  • 0.9.x

    • Add addRowsAndUpdate and addColsAndUpdate method on UserTable.
    • Drop styled-components
  • 0.10.x

    • Drop react-window
    • Add tests.
    • BREAKING CHANGE:
      • cell.verticalAlign -> cell.alignItems.
      • generateInitial's arg matrixes -> matrices.

License

FOSSA Status

Package Sidebar

Install

npm i react-gridsheet

Weekly Downloads

596

Version

0.11.0

License

Apache-2.0

Unpacked Size

676 kB

Total Files

383

Last publish

Collaborators

  • righ