public class XlsDataSet extends AbstractDataSet
_orderedTableNameMap
Constructor and Description |
---|
XlsDataSet(File file)
Creates a new XlsDataSet object that loads the specified Excel document.
|
XlsDataSet(InputStream in)
Creates a new XlsDataSet object that loads the specified Excel document.
|
Modifier and Type | Method and Description |
---|---|
protected ITableIterator |
createIterator(boolean reversed)
Creates an iterator which provides access to all tables of this dataset
|
static void |
write(IDataSet dataSet,
OutputStream out)
Write the specified dataset to the specified Excel document.
|
createTableNameMap, getTable, getTableMetaData, getTableNames, getTables, isCaseSensitiveTableNames, iterator, reverseIterator, toString
public XlsDataSet(File file) throws IOException, DataSetException
IOException
DataSetException
public XlsDataSet(InputStream in) throws IOException, DataSetException
IOException
DataSetException
public static void write(IDataSet dataSet, OutputStream out) throws IOException, DataSetException
IOException
DataSetException
protected ITableIterator createIterator(boolean reversed) throws DataSetException
AbstractDataSet
createIterator
in class AbstractDataSet
reversed
- Whether the created iterator should be a reversed one or notITableIterator
DataSetException
Copyright © 2002–2017. All rights reserved.