Unable to read from an Excel file using java client stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
tom
Participant
Posts: 46
Joined: Fri Oct 14, 2005 12:38 am

Unable to read from an Excel file using java client stage

Post by tom »

Hi,

I couldn't read a from an excel sheet using java client source stage throwing the below error.

Fatal Error: Fatal: ExcelRead: Problem opening filejxl.read.biff.BiffException: Unable to recognize OLE stream

I had given the following properties in my job

filename-
Sheet-
TopLeft-
BottomRight-

and the transformer class name as ExcelRead and class path /java_etl/jxl.jar also provided.

Could you please share your thoughts to solve this issue?

Thanks
tom
Devlopers corner
ShashankDon
Participant
Posts: 9
Joined: Wed Mar 14, 2007 3:34 pm

Post by ShashankDon »

Hi Tom,

This is not a solution to your problem but I want to know more about how to read excel files from DataSatge. Could you please provide more details on this.

Thanks,

Shashank
Shashank
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Can you read Excel worksheets using a different (non-DataStage) Java client?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

What's in jxl.jar? Why you need it for?
Post Reply