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.hssf.usermodel.HSSFCell cell)
           
static
<T> T
getCellValue(org.apache.poi.hssf.usermodel.HSSFCell cell, java.lang.Class<T> requiredType)
           
static void setCellValue(org.apache.poi.hssf.usermodel.HSSFCell cell, java.lang.Object value)
           
 
クラス 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.hssf.usermodel.HSSFCell cell)

getCellValue

public static <T> T getCellValue(org.apache.poi.hssf.usermodel.HSSFCell cell,
                                 java.lang.Class<T> requiredType)

setCellValue

public static void setCellValue(org.apache.poi.hssf.usermodel.HSSFCell cell,
                                java.lang.Object value)