Preserve QExcell font sizes
This commit is contained in:
@@ -29,6 +29,7 @@ export interface CellFormat {
|
||||
bold?: boolean;
|
||||
italics?: boolean;
|
||||
underline?: boolean;
|
||||
fontSize?: number;
|
||||
textColor?: string;
|
||||
fillColor?: string;
|
||||
horizontalAlign?: "left" | "center" | "right";
|
||||
|
||||
Reference in New Issue
Block a user