public static class XSSFReader.SheetIterator
extends java.lang.Object
implements java.util.Iterator<java.io.InputStream>
Modifier and Type | Method and Description |
---|---|
java.util.List<XSSFShape> |
getShapes()
Returns the shapes associated with this sheet,
an empty list or null if there is an exception
|
CommentsTable |
getSheetComments()
Returns the comments associated with this sheet,
or null if there aren't any
|
java.lang.String |
getSheetName()
Returns name of the current sheet
|
PackagePart |
getSheetPart() |
boolean |
hasNext()
Returns true if the iteration has more elements.
|
java.io.InputStream |
next()
Returns input stream of the next sheet in the iteration
|
void |
remove()
We're read only, so remove isn't supported
|
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.io.InputStream>
public java.io.InputStream next()
next
in interface java.util.Iterator<java.io.InputStream>
public java.lang.String getSheetName()
public CommentsTable getSheetComments()
public java.util.List<XSSFShape> getShapes()
public PackagePart getSheetPart()
public void remove()
remove
in interface java.util.Iterator<java.io.InputStream>
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.