[Bug 58648] FormulaParser throws exception in parseSimpleFactor() when getCellFormula() is called on a cell and the formula contains spaces between closing parentheses ") )"

2018-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58648 --- Comment #18 from Excelstemplates --- I totally agreed with Kia G, The rest of formula is as stated Well in excel both =A1:B1 B1:B2 as well as =A1:B1B1:B2 are valid and return the same value (b) in the following table | A | B |

[Bug 57699] Support Strict OOXML files

2018-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57699 twilc...@widen.com changed: What|Removed |Added CC||twilc...@widen.com -- You are rec

[Bug 62738] RANDBETWEEN function rounds the value down to int

2018-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62738 --- Comment #2 from Yegor Kozlov --- I think we can return java.util.concurrent.ThreadLocalRandom.current().nextDouble(bottom, top + 1). It is the right way to generate a random number in a range in Java 1.7+. Also, the code sets bottom to to

Re: Deleting build job XMLBeans-DSL-1.6

2018-10-03 Thread pj.fanning
Thanks Andi -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Re: Deleting build job XMLBeans-DSL-1.6

2018-10-03 Thread kiwiwings
I've removed it. -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

[Bug 62746] Support axIds in XDDF

2018-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62746 Alain Fagot Bearez changed: What|Removed |Added Component|POI Overall |XDDF -- You are receiving this m

[Bug 59625] Localisation (Internationalisation in other languages) when applied in charts corrupt the MS Word file.

2018-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59625 Alain Fagot Bearez changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[GitHub] poi pull request #127: BUG-59625: change chart data to experiment diverse sc...

2018-10-03 Thread Alain-Bearez
Github user Alain-Bearez closed the pull request at: https://github.com/apache/poi/pull/127 --- - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Deleting build job XMLBeans-DSL-1.6

2018-10-03 Thread pj.fanning
Does anyone know how to delete the Jenkins job https://builds.apache.org/job/XMLBeans-DSL-1.6/ ? I created a new job called POI-XMLBeans-DSL-1.6 because it's easier to find it if it's grouped with the other POI jobs. https://builds.apache.org/view/P/view/POI/ -- Sent from: http://apache-poi.104