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