Add QExcell cell alignment

This commit is contained in:
Курнат Андрей
2026-06-01 06:22:37 +03:00
parent 9c48e1d8b1
commit 24206eb8bb
6 changed files with 82 additions and 17 deletions
+1
View File
@@ -31,6 +31,7 @@ export interface CellFormat {
underline?: boolean;
textColor?: string;
fillColor?: string;
horizontalAlign?: "left" | "center" | "right";
numberFormat?: string;
}