pub fn write_ods_to<T: Write + Seek>( book: &mut WorkBook, write: T, ) -> Result<(), OdsError>
Writes the ODS file to the given Write.