pub fn diff_xlsx_from_u8( old_file: &[u8], new_file: &[u8], raw_data: bool, ) -> Result<DiffResult, Box<dyn Error>>