Preserve QExcell strikethrough formatting
This commit is contained in:
@@ -29,6 +29,7 @@ export interface CellFormat {
|
||||
bold?: boolean;
|
||||
italics?: boolean;
|
||||
underline?: boolean;
|
||||
strike?: boolean;
|
||||
fontSize?: number;
|
||||
textColor?: string;
|
||||
fillColor?: string;
|
||||
|
||||
Reference in New Issue
Block a user