[Bug 57342] Writing very large file via SXXSF leads to corrupt file

2015-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57342 RatiKanata Pal changed: What|Removed |Added OS||All --- Comment #10 from RatiKana

[Bug 56957] Excel 2007 file is unusable after closing Workbook object

2015-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56957 RatiKanata Pal changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Rati

[Bug 56957] Excel 2007 file is unusable after closing Workbook object

2015-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56957 RatiKanata Pal changed: What|Removed |Added CC||pal.ratika...@gmail.com -- You a

[Bug 57426] New: CellStyle not applying after some columns

2015-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57426 Bug ID: 57426 Summary: CellStyle not applying after some columns Product: POI Version: 3.10-FINAL Hardware: PC Status: NEW Severity: major Priority: P2

[Bug 57426] CellStyle not applying after some columns

2015-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57426 --- Comment #1 from Srinu --- Created attachment 32357 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32357&action=edit sample -- You are receiving this mail because: You are the assignee for the bug.

getting exception on XMLEventFactory.newFatory on using poi 3.11 API.

2015-01-08 Thread Banerjee, Tapas
We are using Apache SXSSF to export Excel. We had some issue in exporting large Excel, so we moved to 3.11. The API works fine in my PC, however when we deploy to our Unix server - we are getting below exception at org.apache.poi.openxml4j.opc.internal.marshallers.PackagePropertiesMa [1/

Re: getting exception on XMLEventFactory.newFatory on using poi 3.11 API.

2015-01-08 Thread Nick Burch
On Thu, 8 Jan 2015, Banerjee, Tapas wrote: We are using Apache SXSSF to export Excel. We had some issue in exporting large Excel, so we moved to 3.11. The API works fine in my PC, however when we deploy to our Unix server - we are getting below exception [1/8/15 9:29:06:111 EST] 00d9 Serv

RE: getting exception on XMLEventFactory.newFatory on using poi 3.11 API.

2015-01-08 Thread Uwe Schindler
Hi, In most cases this is caused by some outdated xml-apis.jar or stax-apis.jar, or some very old instance of Xerces or other XML parsers in classpath. As Java 6+ has STAX APIs bundled, putting them into the classpath or the ext/ directory of your JVM breaks things. Make sure that you clean you