Uses of Class
com.acesoft.aceoffix.excelreader.Sheet

Packages that use Sheet
com.acesoft.aceoffix.excelreader   
 

Uses of Sheet in com.acesoft.aceoffix.excelreader
 

Methods in com.acesoft.aceoffix.excelreader that return Sheet
 Sheet WorkbookPHP.openSheet(java.lang.String sheetName)
          Opens the specified worksheet and returns a Sheet object.
 Sheet Workbook.openSheet(java.lang.String sheetName)
          Opens the specified worksheet and returns a Sheet object.
 

Methods in com.acesoft.aceoffix.excelreader that return types with arguments of type Sheet
 java.util.ArrayList<Sheet> WorkbookPHP.getSheets()
          Gets the Sheet collection submitted by AceoffixCtrl.
 java.util.ArrayList<Sheet> Workbook.getSheets()
          Gets the Sheet collection submitted by AceoffixCtrl.