rxlsb 0.1.0

Pure Rust XLSB (Excel Binary Workbook) reader/writer library
Documentation
1
2
3
4
pub struct SheetInfo {
    pub index: usize,
    pub name: String,
}