pub fn compare_bytes(
old: impl AsRef<[u8]>,
new: impl AsRef<[u8]>,
) -> Result<WorkbookDiff, SheetsDiffError>Expand description
Compare two workbooks given byte slices.
pub fn compare_bytes(
old: impl AsRef<[u8]>,
new: impl AsRef<[u8]>,
) -> Result<WorkbookDiff, SheetsDiffError>Compare two workbooks given byte slices.