Re: [Bug 55647] Error while reading content from XLSX filess.

2013-10-14 Thread Yegor Kozlov
> any reason why we are not simply using java.io.File.createTempFile(), where > uniqueness is guaranteed by the JVM/operating system, this would avoid this > checks and recursive calling here... > If I recall correctly , deleteOnExit does not work for files created by java.io.File.createTempFile .

[Bug 55369] [PATCH] Added implementation for collapsing rows

2013-10-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55369 Dominik Stadler changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #5 from Dom

[Bug 55594] SXSSF producing corrupt workbooks on z/OS with EBCDIC-Encoding

2013-10-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55594 Dominik Stadler changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORK

Re: [Bug 55647] Error while reading content from XLSX filess.

2013-10-14 Thread Dominik Stadler
Hi Nick, any reason why we are not simply using java.io.File.createTempFile(), where uniqueness is guaranteed by the JVM/operating system, this would avoid this checks and recursive calling here... Thanks... Dominik. On Thu, Oct 10, 2013 at 6:21 PM, wrote: > https://issues.apache.org/bugzilla