pub fn compare_paths(
old: impl AsRef<Path>,
new: impl AsRef<Path>,
) -> Result<WorkbookDiff, SheetsDiffError>Expand description
Compare two workbooks given their filesystem paths.
Uses DiffOptions::default().
pub fn compare_paths(
old: impl AsRef<Path>,
new: impl AsRef<Path>,
) -> Result<WorkbookDiff, SheetsDiffError>Compare two workbooks given their filesystem paths.
Uses DiffOptions::default().