1 2 3 4 5 6 7
use spreadsheet_ods::WorkBook; #[test] fn test_default() { let _wb = WorkBook::default(); // should not panic, is good }