a.k.a. "Owly Sheet"
Spreadsheet component, written in Owl.
install nodejs 12.0 at least
# install dependencies
npm install
# build o_spreadsheet.js in dist/
npm run build
# build stuff, start a live server, build with --watch
npm run dev
# run the test suite
npm run test
npm run test -- --watch
Most of the code is contained in the following four modules:
formulas
functions
model
ui
See documentation.