Preserve QExcell print areas in XLSX
This commit is contained in:
@@ -26,6 +26,7 @@ export interface Sheet {
|
||||
rowHeights?: Record<string, number>;
|
||||
showGridLines?: boolean;
|
||||
zoomScale?: number;
|
||||
printArea?: string;
|
||||
cells: Record<string, string>;
|
||||
mergedCells?: MergedCellRange[];
|
||||
hyperlinks?: Record<string, string>;
|
||||
|
||||
Reference in New Issue
Block a user