On Wed, 21 Dec 2011, Erik van de Pol wrote:
We need the streaming model because we want to be able to import 1 million rows with 700 columns.
I'd suggest you use the XSSF event api stuff, it will handle much of the styles stuff for you:
http://poi.apache.org/spreadsheet/how-to.html#xssf_sax_api
It works for us now by using the info from BuiltinFormats.java.
That won't work for all cases, if the user defines their own style (or uses some of the newer "built in" ones) then you'll need to see the styles table for the details. The event stuff will handle that for you!
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
