Preserve QExcell cell borders

This commit is contained in:
Курнат Андрей
2026-06-01 07:55:45 +03:00
parent 27eae3afac
commit 56f2a4d6e4
6 changed files with 90 additions and 10 deletions
+1
View File
@@ -37,6 +37,7 @@ export interface CellFormat {
horizontalAlign?: "left" | "center" | "right";
verticalAlign?: "top" | "middle" | "bottom";
wrapText?: boolean;
border?: boolean;
numberFormat?: string;
}