pub type DiffResult = CellChange;
pub struct DiffResult { pub sheet: String, pub diff: CellDiff, }
sheet: String
diff: CellDiff