Function spreadsheet_ods::write_fods_to
source ยท pub fn write_fods_to<T: Write + Seek>(
book: &mut WorkBook,
write: T,
) -> Result<(), OdsError>
Expand description
Writes the FODS file to the given Write.
pub fn write_fods_to<T: Write + Seek>(
book: &mut WorkBook,
write: T,
) -> Result<(), OdsError>
Writes the FODS file to the given Write.