On 18/07/12 07:48, ravi wrote:
Caused by: java.lang.ArrayIndexOutOfBoundsException: -32768
       at java.util.ArrayList.get(ArrayList.java:324)
       at
org.apache.poi.xssf.model.StylesTable.getStyleAt(StylesTable.java:225)
       at
org.apache.poi.xssf.usermodel.XSSFCell.getCellStyle(XSSFCell.java:481)

This looks like a short vs int problem. Have you tried with the latest version of Apache POI? And if the problem still remains with the latest version, are you able to produce a small unit test that shows the problem? If so, please open a bug in bugzilla and post the unit test there.

Thanks
Nick

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

Reply via email to