|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.xssf.eventusermodel.XSSFReader.SheetIterator
public static class XSSFReader.SheetIterator
Iterator over sheet data.
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 PackagePart getSheetPart()
public void remove()
remove
in interface java.util.Iterator<java.io.InputStream>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |