Preserve QExcell cell notes in XLSX

This commit is contained in:
Курнат Андрей
2026-06-02 05:50:30 +03:00
parent 57cce9ea96
commit 22d2903f10
7 changed files with 300 additions and 24 deletions
+1
View File
@@ -32,6 +32,7 @@ export interface Sheet {
cells: Record<string, string>;
mergedCells?: MergedCellRange[];
hyperlinks?: Record<string, string>;
comments?: Record<string, string>;
cellFormats?: Record<string, CellFormat>;
charts?: SheetChart[];
}