Skip to main content

compare_paths

Function compare_paths 

Source
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().