Skip to content

code-by-sia/OpenWebSheet

Repository files navigation

OpenWebSheet

OpenSource Web based spreadsheet

Installed PWA:

for installing the pwa app click on install icon at the url bar's right side
  1. Install the PWA application
  2. Download the demo.ows sample file
  3. click on load Folder Icon and load the sample file

Roadmap

  • basic structure
  • canvas rendering
  • basic content editor
  • borders
  • merge and split
  • formula and expressions
    • Basic Support
    • Advanced features
  • import/export
    • Mathematical formulas
    • Open office format support
  • advanced ui features

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and magnifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit