|
The spread sheet has 25 columns & contains 37249 rows.
It runs for about 20 minutes - would love for it to run quicker but don't
have any ideas on how to achieve that.
You must have a faster computer than I do :-) My biggest spreadsheet is
14000 rows and 18 columns, and it takes about 30 minutes. And that's
using SXSSF (lower memory footprint of XSSF)
I've been working on a service program that works very similarly to
HSSF, but doesn't call Java routines at all. Instead, builds an XLSX
file (the native Excel format in Excel 2007 and up) by building the
proper directory structure and the various XML files inside that
structure, then zipping the whole thing.
I have a ways to go -- but for the document I mentioned earlier (the one
that took 30 minutes with POI's XSSF) it only takes 30 seconds to build.
That's a 60-fold improvement in performance.
As an Amazon Associate we earn from qualifying purchases.
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.