public class ReadUtil extends Object
| 构造器和说明 |
|---|
ReadUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Boolean |
getBoolean(org.apache.poi.ss.usermodel.Cell cell) |
static Boolean |
getBoolean(org.apache.poi.ss.usermodel.Row row,
int cell) |
static Boolean |
getBoolean(org.apache.poi.ss.usermodel.Sheet sheet,
int row,
int cell) |
static org.apache.poi.ss.usermodel.CellStyle |
getCellStyle(org.apache.poi.ss.usermodel.Cell cell) |
static org.apache.poi.ss.usermodel.CellStyle |
getCellStyle(org.apache.poi.ss.usermodel.Row row,
int cell) |
static org.apache.poi.ss.usermodel.CellStyle |
getCellStyle(org.apache.poi.ss.usermodel.Sheet sheet,
int row,
int cell) |
static Date |
getDate(org.apache.poi.ss.usermodel.Cell cell) |
static Date |
getDate(org.apache.poi.ss.usermodel.Row row,
int cell) |
static Date |
getDate(org.apache.poi.ss.usermodel.Sheet sheet,
int row,
int cell) |
static Double |
getDouble(org.apache.poi.ss.usermodel.Cell cell) |
static Double |
getDouble(org.apache.poi.ss.usermodel.Row row,
int cell) |
static Double |
getDouble(org.apache.poi.ss.usermodel.Sheet sheet,
int row,
int cell) |
static Float |
getFloat(org.apache.poi.ss.usermodel.Cell cell) |
static Float |
getFloat(org.apache.poi.ss.usermodel.Row row,
int cell) |
static Float |
getFloat(org.apache.poi.ss.usermodel.Sheet sheet,
int row,
int cell) |
static Integer |
getInteger(org.apache.poi.ss.usermodel.Cell cell) |
static Integer |
getInteger(org.apache.poi.ss.usermodel.Row row,
int cell) |
static Integer |
getInteger(org.apache.poi.ss.usermodel.Sheet sheet,
int row,
int cell) |
static String |
getString(org.apache.poi.ss.usermodel.Cell cell) |
static String |
getString(org.apache.poi.ss.usermodel.Row row,
int cell) |
static String |
getString(org.apache.poi.ss.usermodel.Sheet sheet,
int row,
int cell) |
public static org.apache.poi.ss.usermodel.CellStyle getCellStyle(org.apache.poi.ss.usermodel.Sheet sheet,
int row,
int cell)
public static org.apache.poi.ss.usermodel.CellStyle getCellStyle(org.apache.poi.ss.usermodel.Row row,
int cell)
public static org.apache.poi.ss.usermodel.CellStyle getCellStyle(org.apache.poi.ss.usermodel.Cell cell)
public static String getString(org.apache.poi.ss.usermodel.Sheet sheet, int row, int cell)
public static String getString(org.apache.poi.ss.usermodel.Row row, int cell)
public static String getString(org.apache.poi.ss.usermodel.Cell cell)
public static Double getDouble(org.apache.poi.ss.usermodel.Sheet sheet, int row, int cell)
public static Double getDouble(org.apache.poi.ss.usermodel.Row row, int cell)
public static Double getDouble(org.apache.poi.ss.usermodel.Cell cell)
public static Integer getInteger(org.apache.poi.ss.usermodel.Sheet sheet, int row, int cell)
public static Integer getInteger(org.apache.poi.ss.usermodel.Row row, int cell)
public static Integer getInteger(org.apache.poi.ss.usermodel.Cell cell)
public static Float getFloat(org.apache.poi.ss.usermodel.Sheet sheet, int row, int cell)
public static Float getFloat(org.apache.poi.ss.usermodel.Row row, int cell)
public static Float getFloat(org.apache.poi.ss.usermodel.Cell cell)
public static Boolean getBoolean(org.apache.poi.ss.usermodel.Sheet sheet, int row, int cell)
public static Boolean getBoolean(org.apache.poi.ss.usermodel.Row row, int cell)
public static Boolean getBoolean(org.apache.poi.ss.usermodel.Cell cell)
public static Date getDate(org.apache.poi.ss.usermodel.Sheet sheet, int row, int cell)
public static Date getDate(org.apache.poi.ss.usermodel.Row row, int cell)
public static Date getDate(org.apache.poi.ss.usermodel.Cell cell)
Copyright © 2019. All rights reserved.