Kendo-ui-core: Workbook should export wrapped cells with correct height

Created on 17 Aug 2016  路  1Comment  路  Source: telerik/kendo-ui-core

Bug report

Kendo ooxml Workbook wrapped cells are exported with the default row height.

Reproduction of the problem

Dojo demo

Expected/desired behavior

Workbook should export wrapped cells with correct height

Bug Excel Export Low Medium Won't Fix

Most helpful comment

I doubt we can do anything for this case. OOXML export code would simply produce a XLSX file from the data it gets, but it has no knowledge about fonts/sizes to be able to automatically determine row height; that's the task of the caller (e.g. the Spreadsheet widget).

>All comments

I doubt we can do anything for this case. OOXML export code would simply produce a XLSX file from the data it gets, but it has no knowledge about fonts/sizes to be able to automatically determine row height; that's the task of the caller (e.g. the Spreadsheet widget).

Was this page helpful?
0 / 5 - 0 ratings