Preserve QExcell border colors

This commit is contained in:
Курнат Андрей
2026-06-01 08:00:09 +03:00
parent 56f2a4d6e4
commit 95be5e3a8a
5 changed files with 74 additions and 17 deletions
+1
View File
@@ -38,6 +38,7 @@ export interface CellFormat {
verticalAlign?: "top" | "middle" | "bottom";
wrapText?: boolean;
border?: boolean;
borderColor?: string;
numberFormat?: string;
}