net.w_horse.excelpojo.excel
クラス ExcelUtils
java.lang.Object
net.w_horse.excelpojo.excel.ExcelUtils
public class ExcelUtils
- extends java.lang.Object
クラス 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)