Steps to Reproduce
1. load a blank sheet with the attached composer
<spreadsheet id="ss" width="100%" vflex="1" showContextMenu="true" showSheetbar="true" showToolbar="true" showFormulabar="true" showSheetTabContextMenu="true" src="${empty param.file?'/WEB-INF/books/blank.xlsx':param.file}" />
Current Result
all wrap texts don't resize the row height
Expected Result
all the row height increase
Debug Information
- after calling setMaxVisibleRows() and setMaxVisibleColumns(), keikai doesn't resize row height
- relates to
-
KEIKAI-538 dynamically filled cells with wrap text doesn't auto resize the row height
- Closed