| Package | Description |
|---|---|
| org.aoju.bus.poi.excel | |
| org.aoju.bus.poi.excel.sax |
| Modifier and Type | Method and Description |
|---|---|
static Excel07SaxReader |
ExcelUtils.read07BySax(File file,
int sheetIndex,
RowHandler rowHandler)
Sax方式读取Excel07
|
static Excel07SaxReader |
ExcelUtils.read07BySax(InputStream in,
int sheetIndex,
RowHandler rowHandler)
Sax方式读取Excel07
|
static Excel07SaxReader |
ExcelUtils.read07BySax(String path,
int sheetIndex,
RowHandler rowHandler)
Sax方式读取Excel07
|
| Modifier and Type | Method and Description |
|---|---|
Excel07SaxReader |
Excel07SaxReader.read(File file,
int rid) |
Excel07SaxReader |
Excel07SaxReader.read(InputStream in,
int rid) |
Excel07SaxReader |
Excel07SaxReader.read(org.apache.poi.openxml4j.opc.OPCPackage opcPackage,
int rid)
开始读取Excel,Sheet编号从0开始计数
|
Excel07SaxReader |
Excel07SaxReader.setRowHandler(RowHandler rowHandler)
设置行处理器
|
Copyright © 2019. All rights reserved.