DO NOT REPLY [Bug 51616] Calling setAutoFilter triggers a problem by Office File Validation security plugin.

2011-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51616 Robert Kish changed: What|Removed |Added Attachment #27349|0 |1 is obsolete|

DO NOT REPLY [Bug 51616] New: Calling setAutoFilter triggers a problem by Office File Validation security plugin.

2011-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51616 Bug #: 51616 Summary: Calling setAutoFilter triggers a problem by Office File Validation security plugin. Product: POI Version: 3.8-dev Platform: PC OS/Versi

Re: Apache POI 3.8 (SXSSFWorkbook) - Unreadable Content

2011-08-04 Thread Yegor Kozlov
I'm going to fix the   issue by writing   instead. Unicode chars beyond D7FF are not relevant to this bug and unlikely to cause problems. Yegor On Thu, Aug 4, 2011 at 3:41 PM, jguilhermemv wrote: > Yegor, > > Could you tell us which approach are you going to use to fix this? > > > 2011/8/4 Yegor

DO NOT REPLY [Bug 51613] SXSSF doesn't work wit java 5

2011-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51613 --- Comment #4 from Juri 2011-08-04 11:54:27 UTC --- Thanks. It works with nightly build. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the as

Re: Apache POI 3.8 (SXSSFWorkbook) - Unreadable Content

2011-08-04 Thread jguilhermemv
Yegor, Could you tell us which approach are you going to use to fix this? 2011/8/4 Yegor Kozlov-4 [via Apache POI] < ml-node+4665842-1534849639-237...@n5.nabble.com> > On Wed, Aug 3, 2011 at 8:27 PM, Alex Geller <[hidden > email]> > wrote:

DO NOT REPLY [Bug 51613] SXSSF doesn't work wit java 5

2011-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51613 --- Comment #3 from Juri 2011-08-04 11:18:40 UTC --- No, haven't tried -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug.

DO NOT REPLY [Bug 51613] SXSSF doesn't work wit java 5

2011-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51613 Nick Burch changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Nick Bur

Re: Apache POI 3.8 (SXSSFWorkbook) - Unreadable Content

2011-08-04 Thread Yegor Kozlov
On Wed, Aug 3, 2011 at 8:27 PM, Alex Geller wrote: > The bug is in line 1505 of > src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFSheet.java where the non > breaking space in quoted in HTML manner (" ") instead of using a > unicode escape (" "). >  @Yegor: will you take care of it? Sure, I will

DO NOT REPLY [Bug 51613] SXSSF doesn't work wit java 5

2011-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51613 Yegor Kozlov changed: What|Removed |Added Severity|blocker |normal --- Comment #1 from Yegor Ko

DO NOT REPLY [Bug 51613] SXSSF doesn't work wit java 5

2011-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51613 Juri changed: What|Removed |Added OS/Version||All -- Configure bugmail: https://issues.a

DO NOT REPLY [Bug 51613] New: SXSSF doesn't work wit java 5

2011-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51613 Bug #: 51613 Summary: SXSSF doesn't work wit java 5 Product: POI Version: 3.8-dev Platform: PC Status: NEW Severity: blocker Priority: P2 Compon

Re: Apache POI 3.8 (SXSSFWorkbook) - Unreadable Content

2011-08-04 Thread Alex Geller
On more thought on this. In XML only the following unicode characters are allowed (see http://www.w3.org/TR/xml/#NT-Char): Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x1-#x10] Java strings apparently can contain any character but the 64 reserved "non charac