pub fn write_ods_buf( book: &mut WorkBook, buf: Vec<u8>, ) -> Result<Vec<u8>, OdsError>
Writes the ODS file into a supplied buffer.