Preserve QExcell gridline visibility in XLSX

This commit is contained in:
Курнат Андрей
2026-06-01 17:38:08 +03:00
parent f72c79d5e9
commit 1117d8bbf0
4 changed files with 76 additions and 9 deletions
+1
View File
@@ -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>;