umya-spreadsheet 2.3.3

umya-spreadsheet is a library written in pure Rust to read and write xlsx file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod address;
pub mod binary;
pub mod color;
pub mod const_str;
pub mod coordinate;
pub mod crypt;
pub mod date;
pub mod formula;
pub mod html;
pub mod number_format;
pub mod range;
pub mod string_helper;
pub mod time_zone;
pub mod utils;