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!
# install dependencies
npm install
# build stuff, start a live server, start a collaborative server, build with --watch
npm run dev
npm run test # run all tests
npm run test -- --watch # run all tests, rerun on file change
- 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
- 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.