https://bz.apache.org/bugzilla/show_bug.cgi?id=64605
--- Comment #1 from PJ Fanning <[email protected]> --- The number that is added the XML in the xlsx file is twice the value provided in our APIs. This XML number has to be an integer, so the POI API should really only accept whole numbers and numbers where the decimal part is .5. Feel free the provide a patch but beware there is also a `getFontSize` -- we can't change its return type, so you'll need to add a `getFontSizeAsFloat` as an alternative method. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
