https://bz.apache.org/bugzilla/show_bug.cgi?id=66189
--- Comment #3 from Mauricio <mauricio.pa...@rgare.com> --- The problem is with the arithmetic operation. From this point, I have: POI v5.2.0 results: C1=0.1977500000000001 POI v5.2.2 results: C1=0.19774999999999987 Micro Excel Calculation results: C1=0.19775 I need to use POI 5.2.2 because you fixed a vulnerability issue but I obtain different results as you see. In my case i can not edit the spreadsheet, for this reason i can not use the MROUND function. I need to apply the rounding function in the code. Also, if I use xlwings python library I obtain the same results as version 5.2.0. Can you consider evaluate the multiplication and division operation? Thanks! -- 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