umya-spreadsheet

Crates.io Crates.io

Description

umya-spreadsheet is a library written in pure Rust and read and write xlsx file.

Support Status

| Function | detail | example | | --- | --- | --- | | file reader | xlsx, xlsm | here. | | file lazy_reader | xlsx, xlsm | here. | | file writer | xlsx, xlsm | here. | | | csv | here. | | worksheet | read, new, copy | here. | | cell value | read, edit, formated value. | here. | | cell style | read, edit | here. | | columns | read, edit, auto width | | | rows | read, edit | | | charts | read, edit | here. | | drawings | read, edit(Still might be inconvenient.) | | | images | read, edit | here. | | ole objects | read, edit(Still might be inconvenient.) | |

License

MIT