https://bz.apache.org/bugzilla/show_bug.cgi?id=66189

--- Comment #7 from PJ Fanning <fannin...@yahoo.com> ---
You can round a double in Java and provide a rounding mode of your own choosing
(see https://www.baeldung.com/java-round-decimal-number). You can use Excel
ROUND or MROUND functions. Why are you trying to to round down when you can
round to ROUND_HALF_UP?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to