umya-spreadsheet 3.0.0

umya-spreadsheet is a library written in pure Rust to read and write xlsx file.
Documentation
1
2
3
pub trait EnumTrait {
    fn value_string(&self) -> &str;
}