Preserve QExcell text wrapping

This commit is contained in:
Курнат Андрей
2026-06-01 07:34:23 +03:00
parent a4314be285
commit 4822ba84a0
6 changed files with 105 additions and 24 deletions
+1
View File
@@ -35,6 +35,7 @@ export interface CellFormat {
textColor?: string;
fillColor?: string;
horizontalAlign?: "left" | "center" | "right";
wrapText?: boolean;
numberFormat?: string;
}