- java.lang.Object
-
- org.dhatim.fastexcel.reader.Sheet
-
public class Sheet extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
int
getIndex()
String
getName()
String
getStableId()
SheetVisibility
getVisibility()
Stream<Row>
openStream()
List<Row>
read()
-
-
-
Method Detail
-
getIndex
public int getIndex()
-
getId
public String getId()
-
getStableId
public String getStableId()
-
getName
public String getName()
-
getVisibility
public SheetVisibility getVisibility()
-
openStream
public Stream<Row> openStream() throws IOException
- Throws:
IOException
-
read
public List<Row> read() throws IOException
- Throws:
IOException
-
-