Skip to main content

compare_bytes

Function compare_bytes 

Source
pub fn compare_bytes(
    old: impl AsRef<[u8]>,
    new: impl AsRef<[u8]>,
) -> Result<WorkbookDiff, SheetsDiffError>
Expand description

Compare two workbooks given byte slices.