Default row height does not apply to the excel generated. ``` let infoSheet = this.workbook.addWorksheet("Info", {properties:{ defaultRowHeight: 50 }}); ``` or ``` infoSheet.properties.defaultRowHeight = 50; ``` 