UPDATE: Adds a bunch of documentation and examples

This commit is contained in:
Nicolás Hatcher
2024-02-19 23:00:55 +01:00
parent c84621e13f
commit 2d6e45ad94
13 changed files with 381 additions and 76 deletions

View File

@@ -6,9 +6,15 @@ format:
cargo fmt
tests: lint
cargo test --verbose
cargo test
make remove-xlsx
clean:
remove-xlsx:
rm -f xlsx/hello-calc.xlsx
rm -f xlsx/hello-styles.xlsx
rm -f xlsx/widths-and-heights.xlsx
clean: remove-xlsx
cargo clean
rm -r -f base/target
rm -r -f xlsx/target