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