Skip to content

walkframe/gridsheet

Repository files navigation

NPM

unittest workflow e2e workflow

Introduction

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

gridsheet

Supporting features

  • Copy & Paste
  • Cut & Paste
  • Undo & Redo
  • Add rows and columns
  • Calculating formula
    • Refer to separate sheets.
  • Cell styling
  • Custom renderer
  • Custom parser
  • Basic shortcut keys
  • Context menu
  • External data manipulation
  • Autofill
  • Protection

Installation

$ npm install @gridsheet/react-core --save

Docs

History

  • 1.0.0

    • It is now possible to refer to another sheet.
    • Formula bar.
    • Add E2E tests.
  • 1.0.1

    • Bugfix: Cells referenced by formulas do not revert to their original state with undo.
  • 1.0.2

    • Bugfix: AutoFill overwrites protected cells.

License

FOSSA Status