Completed
Last Updated: 12 Aug 2019 08:42 by ADMIN
Frédéric
Created on: 31 Jul 2015 14:31
Category: Kendo UI for jQuery
Type: Feature Request
4
Custom row height at excel export
Since the "workbook.columns[0].width" exists when exporting to Excel AND that the mix of cell.colSpan and cell.wrap doesn't change the row height automatically when the text wrap (it only works when colSpan = 1) I'd like the ability to change the row height manually :

rows[0].height = 50

Of course the best implementation for us would be the automatic row height calculation when text wrap with colSpan > 1.

Thank you !
1 comment
ADMIN
Alex Hajigeorgieva
Posted on: 12 Aug 2019 08:42
Hello, Frédéric,

The Kendo UI OOXML Workbook offers a sheets.row.height ​property that can be used to configure the height. 

https://docs.telerik.com/kendo-ui/api/javascript/ooxml/workbook/configuration/sheets.rows.height

Automatic height and row wrapping is likely to come with a performance toll. Let me know if you need any further information or would like to share another point of view.

Kind Regards,
Alex Hajigeorgieva
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.