You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by rwrozelle <rw...@yahoo.com> on 2011/08/05 19:03:45 UTC

Re: SXSSF API

It would be nice if I could pass in the temp file directory location rather
than being forced to use the system default.

Thanks,
Bob

--
View this message in context: http://apache-poi.1045710.n5.nabble.com/SXSSF-API-tp4472443p4670140.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org


Re: SXSSF API

Posted by Alex Geller <ag...@4js.com>.
This was fixed in revision "1148056, Mon Jul 18 21:23:32 2011 UTC".
Regards,
Alex

--
View this message in context: http://apache-poi.1045710.n5.nabble.com/SXSSF-API-tp4472443p4771113.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org


Re: SXSSF API

Posted by Nick Burch <ni...@alfresco.com>.
On Sun, 4 Sep 2011, sahil.satpute wrote:
> The SXSSFWorkbook implementation (3.8-beta3) is not supporting JDK 1.5.

I'd suggest you try with 3.8 beta 4, I'm pretty sure we fixed this one 
soon after beta 3 came out

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org


Re: SXSSF API

Posted by "sahil.satpute" <sa...@gmail.com>.
The SXSSFWorkbook implementation (3.8-beta3) is not supporting JDK 1.5. Get
the following error:

[trace]
java.lang.NoSuchMethodError:
java.util.TreeMap.firstEntry()Ljava/util/Map$Entry;
	at
org.apache.poi.xssf.streaming.SXSSFSheet.flushOneRow(SXSSFSheet.java:1203)
	at org.apache.poi.xssf.streaming.SXSSFSheet.flushRows(SXSSFSheet.java:1199)
	at
org.apache.poi.xssf.streaming.SXSSFSheet.getWorksheetXMLInputStream(SXSSFSheet.java:61)
	at
org.apache.poi.xssf.streaming.SXSSFWorkbook.injectData(SXSSFWorkbook.java:108)
	at
org.apache.poi.xssf.streaming.SXSSFWorkbook.write(SXSSFWorkbook.java:496)
[/trace]

Are there any plans for backward compatibility for JDK 1.5 in the final
release?

--
View this message in context: http://apache-poi.1045710.n5.nabble.com/SXSSF-API-tp4472443p4769377.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org