public static class XSSFReader.SheetIterator
extends java.lang.Object
implements java.util.Iterator<java.io.InputStream>
Modifier and Type | Method and Description |
---|---|
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 PackagePart getSheetPart()
public void remove()
remove
in interface java.util.Iterator<java.io.InputStream>
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.