net.sf.jxls.reader
Interface XLSBlockReader

All Known Subinterfaces:
SimpleBlockReader, XLSLoopBlockReader
All Known Implementing Classes:
BaseBlockReader, SimpleBlockReaderImpl, XLSForEachBlockReaderImpl

public interface XLSBlockReader

Interface to read block of excel rows

Author:
Leonid Vysochyn

Method Summary
 int getEndRow()
           
 int getStartRow()
           
 XLSReadStatus read(XLSRowCursor cursor, java.util.Map beans)
           
 void setEndRow(int endRow)
           
 void setStartRow(int startRow)
           
 

Method Detail

read

XLSReadStatus read(XLSRowCursor cursor,
                   java.util.Map beans)

getStartRow

int getStartRow()

setStartRow

void setStartRow(int startRow)

getEndRow

int getEndRow()

setEndRow

void setEndRow(int endRow)


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