Preserve QExcell worksheet zoom in XLSX

This commit is contained in:
Курнат Андрей
2026-06-01 19:21:01 +03:00
parent 1117d8bbf0
commit f4da4dc283
4 changed files with 86 additions and 8 deletions
+1
View File
@@ -25,6 +25,7 @@ export interface Sheet {
columnWidths?: Record<string, number>;
rowHeights?: Record<string, number>;
showGridLines?: boolean;
zoomScale?: number;
cells: Record<string, string>;
mergedCells?: MergedCellRange[];
hyperlinks?: Record<string, string>;