Uses of Interface
com.agimatec.utility.fileimport.spreadsheet.ICell

Packages that use ICell
com.agimatec.utility.fileimport.spreadsheet   
 

Uses of ICell in com.agimatec.utility.fileimport.spreadsheet
 

Classes in com.agimatec.utility.fileimport.spreadsheet that implement ICell
 class ExcelCell
          Description: Abstraction for a single excel-spreadsheet cell
User: roman.stumm
Date: 11.06.2008
Time: 17:21:33
 

Methods in com.agimatec.utility.fileimport.spreadsheet that return ICell
 ICell IRow.getCell(int num)
           
 ICell ExcelRow.getCell(int num)
           
 

Method parameters in com.agimatec.utility.fileimport.spreadsheet with type arguments of type ICell
static boolean ExcelUtils.getBoolean(Map<String,ICell> row, String columnName)
           
static Double ExcelUtils.getDouble(Map<String,ICell> row, String columnName)
           
static Integer ExcelUtils.getInteger(Map<String,ICell> row, String columnName)
           
static Long ExcelUtils.getLong(Map<String,ICell> row, String columnName)
           
static String ExcelUtils.getString(Map<String,ICell> row, String colName)
           
 



Copyright © 2008-2015. All Rights Reserved.