I understand your discourse but I can not find a method to take the ArrayList
that includes the ArrayList of cells.

package xls;

public class LeggiXLSX {
        public static void main(String[] args) throws Exception {
                ExampleEventUserModel howto = new ExampleEventUserModel();
                howto.processAllSheets("file.xlsx");
        }
}

howto is void and it has not return of ArrayList.
If I understand like to have ArrayList objects perhaps I can use the
following code:

ArrayList al = new ArrayList();
Object ia[] = new Object[al.size()]; 
ia = al.toArray(ia); 

You send me to a big code but I can only interact on part following and I do
not understand how:

ExampleEventUserModel howto = new ExampleEventUserModel();
howto.processAllSheets("file.xlsx");

I have to find the unit of a sheet: *the cell*. When I find the cell I can
use "ArrayList" and "While" to read the sheet or sheets.

*I don't understand your help and what I must do...* 



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Apache-POI-works-but-it-uses-too-RAM-is-it-a-limit-of-your-library-tp5712425p5712499.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to