rxls 0.1.1

Native Rust spreadsheet library: reads .xls (BIFF8/5/7), .xlsx, .xlsb, .ods and writes .xlsx. Typed cells, formulas, panic-free, no JVM/POI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/target
/dist
bindings/wasm/target
fuzz/target
fuzz/Cargo.lock
__pycache__/
.pytest_cache/
*.py[cod]
# Generated fuzz corpora / crash artifacts — grown locally by `cargo fuzz`,
# never committed (size; the targets seed from tests/fixtures on demand).
fuzz/corpus/
fuzz/artifacts/
# Fetched reference corpora (calamine/GovDocs1/POI) — pulled on demand by
# scripts/fetch-xls-reference.sh; never committed (size + upstream licensing).
/local
.worktrees/