public class Sheet extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
int |
getIndex() |
String |
getName() |
String |
getStableId() |
SheetVisibility |
getVisibility() |
Stream<Row> |
openStream() |
List<Row> |
read() |
public int getIndex()
public String getId()
public String getStableId()
public String getName()
public SheetVisibility getVisibility()
public Stream<Row> openStream() throws IOException
IOExceptionpublic List<Row> read() throws IOException
IOExceptionCopyright © 2023. All rights reserved.