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

Packages that use Table
com.acesoft.aceoffix.excelreader   
 

Uses of Table in com.acesoft.aceoffix.excelreader
 

Methods in com.acesoft.aceoffix.excelreader that return Table
 Table Sheet.openTable(java.lang.String rangeAddress)
          Opens the specified table and returns a Table object.
 Table Sheet.openTableByDefinedName(java.lang.String definedName)
          Opens the table with the specified name defined in Excel and returns the Table object.
 

Methods in com.acesoft.aceoffix.excelreader that return types with arguments of type Table
 java.util.ArrayList<Table> Sheet.getTables()
          Gets the Tables named by DefinedName.