|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.xssf.eventusermodel.XSSFReader.SheetIterator
public static class XSSFReader.SheetIterator
Iterator over sheet data.
| Method Summary | |
|---|---|
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 |
| 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 java.util.List<XSSFShape> getShapes()
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 | |||||||||