readme bump

This commit is contained in:
David Bruant 2025-04-09 10:37:05 +02:00
parent e7fc82fb6c
commit 85add4ca96

View File

@ -5,7 +5,7 @@ Small lib to parse/understand .ods and .xsls files in the browser and node.js
## Rough roadmap
- [ ] add odt templating
- [x] add odt templating
- [ ] remove support for xlsx
- [ ] add a .ods minifyer
- [ ] add a generic .ods visualizer
@ -18,7 +18,7 @@ Small lib to parse/understand .ods and .xsls files in the browser and node.js
### Install
```sh
npm i https://github.com/DavidBruant/ods-xlsx.git#v0.12.0
npm i https://github.com/DavidBruant/ods-xlsx.git#v0.13.0
```