FIX: Fix a bug were a new column style would introduce an invalid format

This commit is contained in:
Nicolás Hatcher
2025-02-15 16:09:07 +01:00
committed by Nicolás Hatcher Andrés
parent 1e8441a674
commit a10d1f4615
4 changed files with 59 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ mod test_on_area_selection;
mod test_on_expand_selected_range;
mod test_on_paste_styles;
mod test_paste_csv;
mod test_recursive;
mod test_rename_sheet;
mod test_row_column;
mod test_sheet_state;