Re: Apache POI 3.8 (SXSSFWorkbook) - Unreadable Content

2011-08-05 Thread Yegor Kozlov
Fixed in r1154323, junit added. Yegor On Thu, Aug 4, 2011 at 4:54 PM, Yegor Kozlov wrote: > 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 wr

DO NOT REPLY [Bug 51604] replace text fails for doc ( poi 3.8 beta release from download site )

2011-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51604 --- Comment #5 from Jacob 2011-08-05 16:15:49 UTC --- Very interested in this bug. Having the same issue. Can't use XWPF since contract requires us to maintain original version. -- Configure bugmail: https://issues.apache.org/bugzilla/us

DO NOT REPLY [Bug 51626] New: WorkbookFactory.create from FileInputStream throws java.lang.IllegalStateException

2011-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51626 Bug #: 51626 Summary: WorkbookFactory.create from FileInputStream throws java.lang.IllegalStateException Product: POI Version: 3.8-dev Platform: PC Statu

DO NOT REPLY [Bug 51623] New: AgileDecryptor cycles

2011-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51623 Bug #: 51623 Summary: AgileDecryptor cycles Product: POI Version: 3.8-dev Platform: PC Status: NEW Severity: major Priority: P2 Component: POIFS

Re: Performance issue with saving/writing large xlsx files

2011-08-05 Thread Yegor Kozlov
Martin, I will give my feedback later, when I have time to play with the code. At first glance it looks like a very promising improvement, thank you very much. I agree that ensureRowOrdering() is expensive and not needed at all when you create rows in increasing order. If we get rid of it it will

DO NOT REPLY [Bug 51622] autoSizeColumn does not sizes text when we have leading space in the cell

2011-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51622 --- Comment #1 from J2G 2011-08-05 11:23:12 UTC --- Created attachment 27353 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27353 Output file -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

DO NOT REPLY [Bug 51622] New: autoSizeColumn does not sizes text when we have leading space in the cell

2011-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51622 Bug #: 51622 Summary: autoSizeColumn does not sizes text when we have leading space in the cell Product: POI Version: 3.7 Platform: PC OS/Version: Windows XP

DO NOT REPLY [Bug 47082] HSSFSheet autoSizeColumn method do not auto size column perfectly when there is leading white spaces in any cell

2011-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47082 J2G changed: What|Removed |Added CC||navee...@gmail.com -- Configure bugmail: ht

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

2011-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51613 Nick Burch changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|

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

2011-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51616 --- Comment #2 from Yegor Kozlov 2011-08-05 07:33:40 UTC --- A similar issue has been recently reported and fixed: https://issues.apache.org/bugzilla/show_bug.cgi?id=51481 Is the problem reproducible with the latest build from trunk? Yeg