Preserve QExcell text wrapping
This commit is contained in:
@@ -35,6 +35,7 @@ export interface CellFormat {
|
||||
textColor?: string;
|
||||
fillColor?: string;
|
||||
horizontalAlign?: "left" | "center" | "right";
|
||||
wrapText?: boolean;
|
||||
numberFormat?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user