Preserve QExcell auto filters in XLSX

This commit is contained in:
Курнат Андрей
2026-06-01 12:53:19 +03:00
parent a1ad101729
commit 5ebc9639dc
4 changed files with 83 additions and 5 deletions
+1
View File
@@ -20,6 +20,7 @@ export interface Sheet {
name: string;
visibility?: "hidden" | "veryHidden";
frozenPane?: SheetFrozenPane;
autoFilter?: string;
cells: Record<string, string>;
mergedCells?: MergedCellRange[];
hyperlinks?: Record<string, string>;