| Package | Description |
|---|---|
| org.aoju.bus.office.excel | |
| org.aoju.bus.office.excel.sax |
| Modifier and Type | Method and Description |
|---|---|
static Excel03SaxReader |
ExcelUtils.read03BySax(File file,
int sheetIndex,
RowHandler rowHandler)
Sax方式读取Excel03
|
static Excel03SaxReader |
ExcelUtils.read03BySax(InputStream in,
int sheetIndex,
RowHandler rowHandler)
Sax方式读取Excel03
|
static Excel03SaxReader |
ExcelUtils.read03BySax(String path,
int sheetIndex,
RowHandler rowHandler)
Sax方式读取Excel03
|
| Modifier and Type | Method and Description |
|---|---|
Excel03SaxReader |
Excel03SaxReader.read(File file,
int rid) |
Excel03SaxReader |
Excel03SaxReader.read(InputStream excelStream,
int rid) |
Excel03SaxReader |
Excel03SaxReader.read(org.apache.poi.poifs.filesystem.POIFSFileSystem fs,
int rid)
读取
|
Copyright © 2019. All rights reserved.