spreadsheet-ods 1.0.4

Read and write ODS files
Documentation
1
2
3
4
5
6
7
use spreadsheet_ods::WorkBook;

#[test]
fn test_default() {
    let _wb = WorkBook::default();
    // should not panic, is good
}