| 程序包 | 说明 |
|---|---|
| org.ttzero.excel.reader |
| 限定符和类型 | 类和说明 |
|---|---|
class |
XMLSheet
The open-xml format Worksheet
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Sheet[] |
ExcelReader.sheets |
| 限定符和类型 | 方法和说明 |
|---|---|
Sheet[] |
ExcelReader.all()
Returns all sheets
|
Sheet |
Sheet.asSheet()
Make worksheets parse value only
|
Sheet |
Sheet.bind(Class<?> clazz)
Set the binding type
|
Sheet |
Drawings.Picture.getSheet() |
Sheet |
Sheet.load()
Load the sheet data
|
default Sheet |
Sheet.reset()
Reset the
Sheet's row index to begging |
Sheet |
ExcelReader.sheet(int index)
get by index
|
Sheet |
ExcelReader.sheet(String sheetName)
get by name
|
protected Sheet |
ExcelReader.sheetFactory(int option)
Create a read sheet
|
| 限定符和类型 | 方法和说明 |
|---|---|
Stream<Sheet> |
ExcelReader.sheets()
to streams
|
| 限定符和类型 | 方法和说明 |
|---|---|
default List<Drawings.Picture> |
Drawings.listPictures(Sheet sheet)
List all picture in specify worksheet
|
Copyright © 2022. All rights reserved.