net.w_horse.excelpojo.excel
クラス ExcelUtils

java.lang.Object
  上位を拡張 net.w_horse.excelpojo.excel.ExcelUtils

public class ExcelUtils
extends java.lang.Object


コンストラクタの概要
ExcelUtils()
           
 
メソッドの概要
static java.lang.Object getCellValue(org.apache.poi.ss.usermodel.Cell cell)
           
static
<T> T
getCellValue(org.apache.poi.ss.usermodel.Cell cell, java.lang.Class<T> requiredType)
           
static
<T> T
getCellValue(org.apache.poi.ss.usermodel.Cell cell, java.lang.Class<T> requiredType, CellFieldConverter converter)
           
static void setCellValue(org.apache.poi.ss.usermodel.Cell cell, java.lang.Object value, CellFieldConverter converter)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ExcelUtils

public ExcelUtils()
メソッドの詳細

getCellValue

public static java.lang.Object getCellValue(org.apache.poi.ss.usermodel.Cell cell)

getCellValue

public static <T> T getCellValue(org.apache.poi.ss.usermodel.Cell cell,
                                 java.lang.Class<T> requiredType)
                      throws ExcelPOJOException
例外:
ExcelPOJOException

getCellValue

public static <T> T getCellValue(org.apache.poi.ss.usermodel.Cell cell,
                                 java.lang.Class<T> requiredType,
                                 CellFieldConverter converter)
                      throws ExcelPOJOException
例外:
ExcelPOJOException

setCellValue

public static void setCellValue(org.apache.poi.ss.usermodel.Cell cell,
                                java.lang.Object value,
                                CellFieldConverter converter)