Uses of Interface
poi.support.Iterable

Packages that use Iterable
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. 
org.apache.poi.ss.usermodel   
org.apache.poi.ss.util   
 

Uses of Iterable in org.apache.poi.hssf.model
 

Classes in org.apache.poi.hssf.model that implement Iterable
 class WorkbookRecordList
           
 

Uses of Iterable in org.apache.poi.hssf.usermodel
 

Classes in org.apache.poi.hssf.usermodel that implement Iterable
 class HSSFRow
          High level representation of a row of a spreadsheet.
 class HSSFSheet
          High level representation of a worksheet.
 

Uses of Iterable in org.apache.poi.poifs.filesystem
 

Subinterfaces of Iterable in org.apache.poi.poifs.filesystem
 interface DirectoryEntry
          This interface defines methods specific to Directory objects managed by a Filesystem instance.
 

Classes in org.apache.poi.poifs.filesystem that implement Iterable
 class DirectoryNode
          Simple implementation of DirectoryEntry
 

Uses of Iterable in org.apache.poi.ss.usermodel
 

Subinterfaces of Iterable in org.apache.poi.ss.usermodel
 interface CellRange
          Represents a rectangular region of a Sheet
 interface Row
          High level representation of a row of a spreadsheet.
 interface Sheet
          High level representation of a Excel worksheet.
 

Uses of Iterable in org.apache.poi.ss.util
 

Classes in org.apache.poi.ss.util that implement Iterable
 class SSCellRange
          For POI internal use only