Add QExcell cell text colors

This commit is contained in:
Курнат Андрей
2026-06-01 06:19:24 +03:00
parent 08fe16bdf6
commit 9c48e1d8b1
6 changed files with 51 additions and 13 deletions
+1
View File
@@ -29,6 +29,7 @@ export interface CellFormat {
bold?: boolean;
italics?: boolean;
underline?: boolean;
textColor?: string;
fillColor?: string;
numberFormat?: string;
}