when i try to open an excel file i have this error message. Warning: Usage of a local non-builtin name
My excel file file contains more than 1600 rows if i try the same code and open a small excel file, it's working.
Why please?
I use JXL thank you
WorkbookSettings wbSettings = new WorkbookSettings(); wbSettings.setSuppressWarnings(true);