pub fn write_ods_to<T: Write + Seek>(
    book: &mut WorkBook,
    write: T
) -> Result<(), OdsError>
Expand description

Writes the ODS file to the given Write.