Hello, I have an issue, when I try to set an HtmlString on the cell, if I set the font size to a double value, it is converted to an integer value. An example:
style.getFont().setDoubleSize(Double.parseDouble("12.5"));
…...5")); workbook.getWorksheets().get(0).getCells()...get(STRING_INDEX).setStyle(style); workbook.getWorksheets().get(0).getCells()...