Hi all,

can anyone tell me what is wrong with the under mentioned code, the compiler
returns:
*
Error: more than one method matches the name & signature
"org.apache.poi.hssf.usermodal.HSSFWorkbook.getSheetAt(byte)"*

..
..
-- open excel file
  xlsfile  = FileInputStream( "c:\\netrexx\\stats\\gastos.xls" )
  xlsinst  = POIFSFileSystem( xlsfile )
  wb = HSSFWorkbook( xlsinst )
  sheet = wb.getSheetAt(0)
..
..

Reply via email to