[Bug 62101] When writing the workbook to outputstream, getting weird error

2018-02-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62101 --- Comment #2 from Laxmi Narayan --- It is not possible to rewrite this, because we have some API's which actually gives the needed result. Our system is a PLM system from PTC. Please let me know if you need any

[Bug 62098] exceptions while updating xlsx-file

2018-02-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62098 Javen O'Neal changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Bug 62098] exceptions while updating xlsx-file

2018-02-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62098 --- Comment #3 from PJ Fanning --- Markus - the NullPointerException is in your code, not in Apache POI. Line 42 in your code is cell0=row.getCell(0); So most likely the row is null. I opened the xlsx file in your zip

[Bug 62098] exceptions while updating xlsx-file

2018-02-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62098 --- Comment #2 from Markus --- Created attachment 35730 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35730=edit my short standalone program and my xlsxFile Hi, with this short JavaFile with the code I got the

[Bug 62101] When writing the workbook to outputstream, getting weird error

2018-02-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62101 --- Comment #1 from PJ Fanning --- Thanks Laxmi for the test case. Would it be possible to rewrite it to have only imports from POI and other commonly available open source projects? -- You are receiving this mail

Re: XMLBeans in 4.0.0 release

2018-02-13 Thread pj.fanning
Who would be in a position to follow up with Apache Foundation (or XMLBeans PMC) about taking XMLBeans out of the attic? Nick summarised the requirements, as follows: * Vote to take it on * Wait for attic PMC to confirm * Get infra to unlock svn for xmlbeans * Merge in fixes *

JDK 10: First Release Candidate - JDK 10 b43

2018-02-13 Thread Rory O'Donnell
  Hi Dominik, *JDK 10 build 43 is our first JDK 10 Release Candidate [1]* * JDK 10 Early Access  build 43 is available at : - jdk.java.net/10/ Notable changes since previous email.** *build 43 * * JDK-8194764 - javac incorrectly flags

[Bug 62101] New: When writing the workbook to outputstream, getting weird error

2018-02-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62101 Bug ID: 62101 Summary: When writing the workbook to outputstream, getting weird error Product: POI Version: unspecified Hardware: Other OS: Linux

[GitHub] poi pull request #101: Adding a wrapper to evaluate all xssf formula cells "...

2018-02-13 Thread sawyna
GitHub user sawyna opened a pull request: https://github.com/apache/poi/pull/101 Adding a wrapper to evaluate all xssf formula cells "in cell" There is `XSSFFormulaEvaluator.evaluateAllFormulaCells` already present. But that doesn't remove the formulas from the cells. This wrapper