pub fn new_file_empty_worksheet() -> Spreadsheet
Expand description

create new spreadsheet file. not include worksheet. At least one additional worksheet must be added before the correct file can be generated.

Arguments

Return value

  • Spreadsheet structs object.

Examples

let mut book = umya_spreadsheet::new_file_empty_worksheet();