FIX: Minor fixes in column/row styles

Most notably deleting the formatting does not change width/height
This commit is contained in:
Nicolás Hatcher
2025-02-14 11:23:34 +01:00
committed by Nicolás Hatcher Andrés
parent d764752f16
commit edd00096b6
5 changed files with 219 additions and 48 deletions

View File

@@ -43,7 +43,7 @@ pub(crate) enum Diff {
sheet: u32,
row: i32,
column: i32,
old_style: Box<Style>,
old_style: Box<Option<Style>>,
},
SetCellStyle {
sheet: u32,