Preserve QExcell font families

This commit is contained in:
Курнат Андрей
2026-06-01 07:23:32 +03:00
parent c2eaff87c6
commit f388489d2b
5 changed files with 67 additions and 12 deletions
+1
View File
@@ -31,6 +31,7 @@ export interface CellFormat {
underline?: boolean;
strike?: boolean;
fontSize?: number;
fontFamily?: string;
textColor?: string;
fillColor?: string;
horizontalAlign?: "left" | "center" | "right";