public class Sheet extends Object
| Constructor and Description |
|---|
Sheet(ReadableWorkbook workbook,
int index,
String id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
int |
getIndex() |
String |
getName() |
Stream<Row> |
openStream() |
List<Row> |
read() |
public Sheet(ReadableWorkbook workbook, int index, String id, String name)
public int getIndex()
public String getId()
public String getName()
public Stream<Row> openStream() throws IOException
IOExceptionpublic List<Row> read() throws IOException
IOExceptionCopyright © 2018. All rights reserved.