× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On Fri, Dec 4, 2015 at 8:50 AM, <darren@xxxxxxxxx> wrote:
I find generating spreadsheets with the SXSSF streaming model in POI works
a lot better. It nearly eliminates the heap size issue. The downside is
that you need to build the spreadsheet from the top down. Since that
describes 97% of the work we do, it works well for us.

Yeah, the most natural and obvious way to build a worksheet is from
the top down anyway. Even for the weird cases where it's not, it
should always be possible to rearrange your logic so that you start at
the top and work your way down row by row. Worst case, you can use a
database table as a temporary workspace where you jump around as
needed, and then copy that table row by row into a worksheet at the
very end.

John Y.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.