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!
- Architecture
- Custom function
- Connecting to an external API
- Business feature
- Menu items (under construction)
- Side panel (under construction)
- Notification (under construction)
- Export Excel (under construction)
- Terminology
- Translations
- API
# install dependencies
npm install
# build o_spreadsheet.js in dist/
npm run build
# build stuff, start a live server, start a collaborative server, build with --watch
npm run dev
# run the test suite
npm run test
npm run test -- --watch
# build documentation
npm run doc
- Open a pull request or an issue on this repository.
- Make sure you have signed the CLA on odoo repository.
Most of odoo contribution guidelines apply here.