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

Packages that use Cell
com.acesoft.aceoffix.excelreader   
 

Uses of Cell in com.acesoft.aceoffix.excelreader
 

Methods in com.acesoft.aceoffix.excelreader that return Cell
 Cell Sheet.openCell(java.lang.String cellAddress)
          Opens the specified cell and returns a Cell object.
 Cell Sheet.openCellByDefinedName(java.lang.String definedName)
          Opens the cell with the specified name defined in Excel and returns a Cell object.
 

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