Hi Gurus, I get an error wwhile uplaoding data from an excel file into the syaten with some fixed column While readinng the data for first few line it reads from cell 1 till the last . But after few lines the reading slips from cell zero to cell 1 and I get a similar kind of error
Does anyone faced the similar problem. Thanks in advance for help Birendar S Waldiya -----Original Message----- From: Erez Eisenstein [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006 11:37 AM To: POI Users List Subject: ArrayIndexOutOfBoundsException - LittleEndian - getNumber() Hi What can you make out of this exception? (while initializing a SlideShow) class java.lang.ArrayIndexOutOfBoundsException - 45 java.lang.ArrayIndexOutOfBoundsException: 45 at org.apache.poi.util.LittleEndian.getNumber(LittleEndian.java:491) at org.apache.poi.util.LittleEndian.getInt(LittleEndian.java:139) at org.apache.poi.hslf.record.StyleTextPropAtom.setParentTextSize(StyleText PropAtom.java:265) at org.apache.poi.hslf.model.TextRun.<init>(TextRun.java:94) at org.apache.poi.hslf.model.TextRun.<init>(TextRun.java:71) at org.apache.poi.hslf.model.Sheet.findTextRuns(Sheet.java:135) at org.apache.poi.hslf.model.Sheet.findTextRuns(Sheet.java:97) at org.apache.poi.hslf.model.Slide.<init>(Slide.java:67) at org.apache.poi.hslf.usermodel.SlideShow.buildSlidesAndNotes(SlideShow.ja va:412) at org.apache.poi.hslf.usermodel.SlideShow.<init>(SlideShow.java:116) --------------------------------------------------------------------- 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/ --------------------------------------------------------------------- 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/
