bad.robot.excel.sheet
Class SheetIterable

java.lang.Object
  extended by bad.robot.excel.sheet.SheetIterable
All Implemented Interfaces:
Iterable<org.apache.poi.ss.usermodel.Sheet>

public class SheetIterable
extends Object
implements Iterable<org.apache.poi.ss.usermodel.Sheet>


Method Summary
 Iterator<org.apache.poi.ss.usermodel.Sheet> iterator()
           
static SheetIterable sheetsOf(org.apache.poi.ss.usermodel.Workbook workbook)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sheetsOf

public static SheetIterable sheetsOf(org.apache.poi.ss.usermodel.Workbook workbook)

iterator

public Iterator<org.apache.poi.ss.usermodel.Sheet> iterator()
Specified by:
iterator in interface Iterable<org.apache.poi.ss.usermodel.Sheet>


Copyright © 2013. All Rights Reserved.