Preserve QExcell hidden rows and columns in XLSX
This commit is contained in:
@@ -24,6 +24,8 @@ export interface Sheet {
|
||||
tabColor?: string;
|
||||
columnWidths?: Record<string, number>;
|
||||
rowHeights?: Record<string, number>;
|
||||
hiddenColumns?: Record<string, boolean>;
|
||||
hiddenRows?: Record<string, boolean>;
|
||||
showGridLines?: boolean;
|
||||
zoomScale?: number;
|
||||
printArea?: string;
|
||||
|
||||
Reference in New Issue
Block a user