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
# Normalize line endings to LF in the repository (cross-platform OSS hygiene).
* text=auto eol=lf
*.rs text eol=lf
*.ods binary
*.xls binary
*.xlsb binary
*.xlsx binary