POI read the whole Excel into an object structure. So imagine a tree structure with each row being a HSSFRow object, and within each HSSFRow, it captures an array of HSSFCell object.
And for each HSSFCell object, there are Style object, etc

So the answer I think would be no.  You cannot read a "Very Large Excel".

jml



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/

Reply via email to