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