[][src]Function spreadsheet_ods::write_ods

pub fn write_ods<P: AsRef<Path>>(
    book: &WorkBook,
    ods_path: P
) -> Result<(), OdsError>

Writes the ODS file.

All the parts are written to a temp directory and then zipped together.