org.databene.document.xls
Class XLSLineIterator
java.lang.Object
org.databene.document.xls.XLSLineIterator
- All Implemented Interfaces:
- java.io.Closeable, java.util.Iterator<java.lang.Object[]>, HeavyweightIterator<java.lang.Object[]>
public class XLSLineIterator
- extends java.lang.Object
- implements HeavyweightIterator<java.lang.Object[]>
Iterates the lines of a sheet in an Excel document.
Created at 27.01.2009 22:04:47
- Since:
- 0.4.8
- Author:
- Volker Bergmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XLSLineIterator
public XLSLineIterator(java.lang.String uri)
throws java.io.IOException
- Throws:
java.io.IOException
XLSLineIterator
public XLSLineIterator(java.lang.String uri,
int sheetIndex)
throws java.io.IOException
- Throws:
java.io.IOException
XLSLineIterator
public XLSLineIterator(java.lang.String uri,
int sheetIndex,
Converter<java.lang.String,?> preprocessor)
throws java.io.IOException
- Throws:
java.io.IOException
XLSLineIterator
public XLSLineIterator(org.apache.poi.hssf.usermodel.HSSFSheet sheet,
Converter<java.lang.String,?> preprocessor)
getHeaders
public java.lang.String[] getHeaders()
close
public void close()
- Specified by:
close in interface java.io.Closeable
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface java.util.Iterator<java.lang.Object[]>
next
public java.lang.Object[] next()
- Specified by:
next in interface java.util.Iterator<java.lang.Object[]>
remove
public void remove()
- Specified by:
remove in interface java.util.Iterator<java.lang.Object[]>
Copyright © 2010. All Rights Reserved.