Skip to content

walkframe/gridsheet

Repository files navigation

unittest workflow NPM FOSSA Status

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.

License

FOSSA Status