Author
reading junk values in excel sheet
Java Clasics
Greenhorn
Joined: Sep 15, 2005
Posts: 2
posted Sep 08, 2006 05:41:00
0
Hi everyone, I am creating one application which reads data from excel sheets. but I am getting junk values (???) while reading the cell content. the sample code is Cell cFileName = sheet.getCell(0, count); Cell cFunNameOld = sheet.getCell(1, count); Cell cStatus = sheet.getCell(3, count) Why it is happening. It is working fine in othere systems. I am getting the problem in my machine only. Can anyone suggest me to resolve this problem. Thanks in advance. krishna.
Jan Groth
Ranch Hand
Joined: Feb 03, 2004
Posts: 456
posted Sep 08, 2006 06:26:00
0
hey mate, wrong forum, wrong member name :-) would be cool if you change both.. jan
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56540
posted Sep 08, 2006 09:34:00
0
Indeed, see my warning in this topic .
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
subject: reading junk values in excel sheet