Preserve QExcell hidden rows and columns in XLSX

This commit is contained in:
Курнат Андрей
2026-06-01 20:17:50 +03:00
parent ae82652068
commit 3418725017
4 changed files with 149 additions and 10 deletions
+2
View File
@@ -24,6 +24,8 @@ export interface Sheet {
tabColor?: string;
columnWidths?: Record<string, number>;
rowHeights?: Record<string, number>;
hiddenColumns?: Record<string, boolean>;
hiddenRows?: Record<string, boolean>;
showGridLines?: boolean;
zoomScale?: number;
printArea?: string;