From 85add4ca968a0b3a1b57e42da78809983d0a9fa8 Mon Sep 17 00:00:00 2001 From: David Bruant Date: Wed, 9 Apr 2025 10:37:05 +0200 Subject: [PATCH] readme bump --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index e18e64e..18bc5bd 100644 --- a/readme.md +++ b/readme.md @@ -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 ```