npm.io
19.4.1 • Published 18h ago

@odoo/o-spreadsheet

Licence
LGPL-3.0-or-later
Version
19.4.1
Deps
4
Size
12.1 MB
Vulns
0
Weekly
345
Stars
283

o-spreadsheet

npm

A standalone spreadsheet for the web, easily integrable and extendable.

a.k.a. "Owly Sheet"

  • All basic features you can expect from a spreadsheet
  • Real time collaboration
  • Import/Export of excel file format
  • and more...

Try it online with the live demo!

o-spreadsheet screenshot

Run it!

# install dependencies
npm install

# build stuff, start a live server, start a collaborative server, build with --watch
npm run dev

Test it!

npm run test # run all tests
npm run test -- --watch # run all tests, rerun on file change

Integrating o-spreadsheet

  1. Getting started
  2. Spreadsheet component props
  3. Model creation
  4. Collaborative edition
  5. Translation
  6. Data model (json)

Extending the functionalities of o-spreadsheet

  1. Architecture
  2. Custom function
  3. Connecting to an external API
  4. Business feature
  5. Menu items (under construction)
  6. Side panel (under construction)
  7. Notification (under construction)
  8. Export Excel (under construction)
  9. Terminology
  10. Translations
  11. API

Contributing

Most of odoo contribution guidelines apply here.

Keywords