edit-xlsx 0.4.4

A quick and easy-to-use Rust library for Excel file editing.
Documentation
1
2
3
4
5
6
7
pub mod workbook;
pub mod worksheet;
pub mod format;
pub mod cell;
pub mod relationship;
pub(crate) mod filter;
pub(crate) mod properties;