When you create a cell like this:
SpreadsheetCellType.STRING.createCell(rowIndex, col, 1, 1, "");
It seems that entering text values you can't add a break/return. Is there a way to enter multi line values, similar to what one might do by hitting ALT-ENTER in excel?
I'm using Java 21 and ControlsFX 11.2.2.
Thanks
Mike