Preserve QExcell font sizes

This commit is contained in:
Курнат Андрей
2026-06-01 06:57:48 +03:00
parent 9f5a003bae
commit fec79a8a93
6 changed files with 59 additions and 15 deletions
+1
View File
@@ -29,6 +29,7 @@ export interface CellFormat {
bold?: boolean;
italics?: boolean;
underline?: boolean;
fontSize?: number;
textColor?: string;
fillColor?: string;
horizontalAlign?: "left" | "center" | "right";