| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
cell2Object(org.apache.poi.ss.usermodel.Cell cell)
将单元格数据转为java对象
|
static POIExcelApi |
getInstance() |
static boolean |
isCellDateFormatted(org.apache.poi.ss.usermodel.Cell cell) |
void |
read(InputStream inputStream,
ExcelReaderCallBack callBack)
基于回掉的excel读取
|
void |
write(OutputStream outputStream,
ExcelWriterCallBack callBack,
ExcelWriterCallBack... moreSheet)
基于回掉的excel写出
|
public static POIExcelApi getInstance()
public void read(InputStream inputStream, ExcelReaderCallBack callBack) throws Exception
ExcelApiprotected Object cell2Object(org.apache.poi.ss.usermodel.Cell cell)
cell - 单元格数据public static boolean isCellDateFormatted(org.apache.poi.ss.usermodel.Cell cell)
public void write(OutputStream outputStream, ExcelWriterCallBack callBack, ExcelWriterCallBack... moreSheet) throws Exception
ExcelApiCopyright © 2018. All rights reserved.