Function spreadsheet_ods::write_fods
source ยท pub fn write_fods<P: AsRef<Path>>(
book: &mut WorkBook,
fods_path: P,
) -> Result<(), OdsError>Expand description
Writes the FODS file.
pub fn write_fods<P: AsRef<Path>>(
book: &mut WorkBook,
fods_path: P,
) -> Result<(), OdsError>Writes the FODS file.