Preserve QExcell cell notes in XLSX
This commit is contained in:
@@ -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[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user