during opening an excel file with java i have this error: Warning: Usage of a local non-builtin name

user618111 picture user618111 · Feb 26, 2011 · Viewed 7.2k times · Source

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

Answer

Karthick picture Karthick · Dec 26, 2013

WorkbookSettings wbSettings = new WorkbookSettings(); wbSettings.setSuppressWarnings(true);