https://issues.apache.org/bugzilla/show_bug.cgi?id=57342
RatiKanata Pal changed:
What|Removed |Added
OS||All
--- Comment #10 from RatiKana
https://issues.apache.org/bugzilla/show_bug.cgi?id=56957
RatiKanata Pal changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #3 from Rati
https://issues.apache.org/bugzilla/show_bug.cgi?id=56957
RatiKanata Pal changed:
What|Removed |Added
CC||pal.ratika...@gmail.com
--
You a
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
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.
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/
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
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