umya-spreadsheet 2.3.3

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