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