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, toStringpublic XlsDataSet(File file) throws IOException, DataSetException
IOExceptionDataSetExceptionpublic XlsDataSet(InputStream in) throws IOException, DataSetException
IOExceptionDataSetExceptionpublic static void write(IDataSet dataSet, OutputStream out) throws IOException, DataSetException
IOExceptionDataSetExceptionprotected ITableIterator createIterator(boolean reversed) throws DataSetException
AbstractDataSetcreateIterator in class AbstractDataSetreversed - Whether the created iterator should be a reversed one or notITableIteratorDataSetExceptionCopyright © 2002-2017. All Rights Reserved.