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.