Preserve QExcell strikethrough formatting

This commit is contained in:
Курнат Андрей
2026-06-01 07:19:23 +03:00
parent ea26f5c55d
commit c2eaff87c6
5 changed files with 51 additions and 12 deletions
+1
View File
@@ -29,6 +29,7 @@ export interface CellFormat {
bold?: boolean;
italics?: boolean;
underline?: boolean;
strike?: boolean;
fontSize?: number;
textColor?: string;
fillColor?: string;