Sheet - JExcelApi
getCell public Cell getCell(java.lang.String loc) Returns the cell for the specified location eg. "A4". Note that this method is identical to calling getCell(CellReferenceHelper.getColumn(loc), CellReferenceHelper.getRow(loc)) and its implicit performance...