public static class XSSFReader.SheetIterator extends Object implements Iterator<InputStream>
Modifier and Type | Method and Description |
---|---|
CommentsTable |
getSheetComments()
Returns the comments associated with this sheet,
or null if there aren't any
|
String |
getSheetName()
Returns name of the current sheet
|
PackagePart |
getSheetPart() |
boolean |
hasNext()
Returns true if the iteration has more elements.
|
InputStream |
next()
Returns input stream of the next sheet in the iteration
|
void |
remove()
We're read only, so remove isn't supported
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<InputStream>
public InputStream next()
next
in interface Iterator<InputStream>
public String getSheetName()
public CommentsTable getSheetComments()
public PackagePart getSheetPart()
public void remove()
remove
in interface Iterator<InputStream>
Copyright © 2020. All rights reserved.