net.sf.jxls.reader
Interface XLSLoopBlockReader

All Superinterfaces:
XLSBlockReader
All Known Implementing Classes:
XLSForEachBlockReaderImpl

public interface XLSLoopBlockReader
extends XLSBlockReader

Interface to read repetitive block of excel rows

Author:
Leonid Vysochyn

Method Summary
 void addBlockReader(XLSBlockReader reader)
           
 java.util.List getBlockReaders()
           
 SectionCheck getLoopBreakCondition()
           
 void setLoopBreakCondition(SectionCheck condition)
           
 
Methods inherited from interface net.sf.jxls.reader.XLSBlockReader
getEndRow, getStartRow, read, setEndRow, setStartRow
 

Method Detail

setLoopBreakCondition

void setLoopBreakCondition(SectionCheck condition)

getLoopBreakCondition

SectionCheck getLoopBreakCondition()

addBlockReader

void addBlockReader(XLSBlockReader reader)

getBlockReaders

java.util.List getBlockReaders()


Copyright © 2005-2013 jXLS Team. All Rights Reserved.