| 程序包 | 说明 |
|---|---|
| com.xiaoleilu.hutool.poi.excel.sax |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
ExcelSaxReader.read(File file)
开始读取Excel,读取所有sheet
|
T |
AbstractExcelSaxReader.read(File file) |
T |
ExcelSaxReader.read(File file,
int sheetIndex)
开始读取Excel
|
Excel07SaxReader |
Excel07SaxReader.read(File file,
int sheetIndex) |
Excel03SaxReader |
Excel03SaxReader.read(File file,
int sheetIndex) |
T |
ExcelSaxReader.read(InputStream in)
开始读取Excel,读取所有sheet,读取结束后并不关闭流
|
T |
AbstractExcelSaxReader.read(InputStream in) |
T |
ExcelSaxReader.read(InputStream in,
int sheetIndex)
开始读取Excel,读取结束后并不关闭流
|
Excel07SaxReader |
Excel07SaxReader.read(InputStream in,
int sheetIndex) |
Excel03SaxReader |
Excel03SaxReader.read(InputStream excelStream,
int sheetIndex) |
Excel07SaxReader |
Excel07SaxReader.read(org.apache.poi.openxml4j.opc.OPCPackage opcPackage,
int sheetIndex)
开始读取Excel,Sheet编号从0开始计数
|
Excel03SaxReader |
Excel03SaxReader.read(org.apache.poi.poifs.filesystem.POIFSFileSystem fs,
int sheetIndex)
读取
|
T |
ExcelSaxReader.read(String path)
开始读取Excel,读取所有sheet
|
T |
AbstractExcelSaxReader.read(String path) |
T |
ExcelSaxReader.read(String path,
int sheetIndex)
开始读取Excel
|
T |
AbstractExcelSaxReader.read(String path,
int sheetIndex) |
Copyright © 2018. All rights reserved.