Skip to main content

compare_paths_with_options

Function compare_paths_with_options 

Source
pub fn compare_paths_with_options(
    old: impl AsRef<Path>,
    new: impl AsRef<Path>,
    opts: DiffOptions,
) -> Result<WorkbookDiff, SheetsDiffError>
Expand description

Compare two workbooks given their filesystem paths, with explicit options.