Preserve QExcell hidden sheets in XLSX

This commit is contained in:
Курнат Андрей
2026-06-01 12:45:33 +03:00
parent 8517bd6391
commit 227915d09d
4 changed files with 70 additions and 9 deletions
+1
View File
@@ -18,6 +18,7 @@ export interface Workbook {
export interface Sheet {
id: string;
name: string;
visibility?: "hidden" | "veryHidden";
cells: Record<string, string>;
mergedCells?: MergedCellRange[];
hyperlinks?: Record<string, string>;