>
> > 2010/9/30 colakatti <
colaka...@hotmail.com>:
>
> > > Here is my code, very simple test
>
> > > public void readReports() throws IOException, BiffException {
> > > File f = new File("C:/Docs/test1.xls");
> > > Workbook w = Workbook.getWorkbook(f);
>
> > > Sheet s=w.getSheet(0);
>
> > > System.out.println(s.getCell(0, 0));
>
> > > The file exists and the cell is not empty, but I'm always getting the
> > > errormessage mentioned above. I have read that this error is related
> > > to using multiple sheets, but that doesn't seem accure now since I'm
> > > using one single sheet. What I'm doing wrong?
>
> > > --
> > > You received this message because you are subscribed to the Google Groups "vogella" group.
> > > To post to this group, send email to
vog...@googlegroups.com.
> > > To unsubscribe from this group, send email to
vogella+u...@googlegroups.com.
> > > For more options, visit this group athttp://
groups.google.com/group/vogella?hl=en.
>
> > --
> > Larshttp://www.vogella.de-Tutorials about Java, Eclipse and Web programminghttp://