Preserve QExcell print areas in XLSX

This commit is contained in:
Курнат Андрей
2026-06-01 19:48:24 +03:00
parent f22c7af88b
commit 7337dbf5cd
5 changed files with 163 additions and 7 deletions
+1
View File
@@ -26,6 +26,7 @@ export interface Sheet {
rowHeights?: Record<string, number>;
showGridLines?: boolean;
zoomScale?: number;
printArea?: string;
cells: Record<string, string>;
mergedCells?: MergedCellRange[];
hyperlinks?: Record<string, string>;