Preserve QExcell sheet dimensions in XLSX

This commit is contained in:
Курнат Андрей
2026-06-01 17:35:06 +03:00
parent 3d4e1d51ef
commit f72c79d5e9
4 changed files with 186 additions and 6 deletions
+2
View File
@@ -22,6 +22,8 @@ export interface Sheet {
frozenPane?: SheetFrozenPane;
autoFilter?: string;
tabColor?: string;
columnWidths?: Record<string, number>;
rowHeights?: Record<string, number>;
cells: Record<string, string>;
mergedCells?: MergedCellRange[];
hyperlinks?: Record<string, string>;