net.sf.jxls.reader
Interface SimpleBlockReader

All Superinterfaces:
XLSBlockReader
All Known Implementing Classes:
SimpleBlockReaderImpl

public interface SimpleBlockReader
extends XLSBlockReader

Interface to read simple block of excel rows

Author:
Leonid Vysochyn

Method Summary
 void addMapping(BeanCellMapping mapping)
           
 java.util.List getMappings()
           
 
Methods inherited from interface net.sf.jxls.reader.XLSBlockReader
getEndRow, getStartRow, read, setEndRow, setStartRow
 

Method Detail

addMapping

void addMapping(BeanCellMapping mapping)

getMappings

java.util.List getMappings()


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