org.apache.poi.xssf.eventusermodel
public static class XSSFReader.SheetIterator extends java.lang.Object implements java.util.Iterator<java.io.InputStream>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSheetName()
Returns name of the current sheet
|
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() |
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 void remove()
remove in interface java.util.Iterator<java.io.InputStream>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.