net.w_horse.excelpojo.excel
クラス ExcelUtils
java.lang.Object
net.w_horse.excelpojo.excel.ExcelUtils
public class ExcelUtils
- extends java.lang.Object
メソッドの概要 |
static java.lang.Object |
getCellValue(org.apache.poi.hssf.usermodel.HSSFCell cell)
|
static
|
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)