Bug 40304 - Exception duirng read operation, with the excel, contains picture
Summary: Exception duirng read operation, with the excel, contains picture
Status: RESOLVED WORKSFORME
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: 3.0-dev
Hardware: Other Windows 2000
: P2 blocker (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-23 09:11 UTC by Selvaraj. V
Modified: 2006-08-27 21:04 UTC (History)
0 users



Attachments
Excel sheet causing Exception (230.00 KB, application/octet-stream)
2006-08-23 09:22 UTC, Selvaraj. V
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Selvaraj. V 2006-08-23 09:11:51 UTC
I am using poi-3.0-alpha2-20060616.jar as my api,to read the excel sheet in
Event User model.

When i am trying to read the excel sheet,If the excel contains pictures, i am
getting the following exception.

-------
org.apache.poi.hssf.record.RecordFormatException: Records should handle
ContinueRecord internally. Should not see this exception
	at
org.apache.poi.hssf.eventusermodel.HSSFEventFactory.genericProcessEvents(HSSFEventFactory.java:194)
	at
org.apache.poi.hssf.eventusermodel.HSSFEventFactory.processEvents(HSSFEventFactory.java:101)
Comment 1 Selvaraj. V 2006-08-23 09:22:47 UTC
Created attachment 18746 [details]
Excel sheet causing Exception

Attachment contains excel, causing exception
Comment 2 Jason Height 2006-08-28 04:04:29 UTC
Works with latest SVN code.

Jason