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"));
…...setHtmlString() method converting the Font size from double to integer...set the font size to a double value, it is converted to an integer...