Ho provato il codice postato sopra che dovrebbe leggere un xls e trascriverlo su di un txt ma mi genera questa eccezione:
Exception in thread "main" jxl.read.biff.BiffException: Unable to recognize OLE stream
at jxl.read.biff.CompoundFile.<init>(CompoundFile.jav a:116)
at jxl.read.biff.File.<init>(File.java:127)
at jxl.Workbook.getWorkbook(Workbook.java:221)
at jxl.Workbook.getWorkbook(Workbook.java:198)
at readtotext.ReadToText.main(ReadToText.java:18)
qualcuno sa come mai?