public interface AQExcelReader extends AQDataReader
| Modifier and Type | Method and Description |
|---|---|
void |
setColumnNames(String[] columns)
Sets column names for subsequent
AQDataReader.readNextRow() operation. |
void |
setFile(String filename)
Sets the output file name.
|
void |
setFirstLineContainsColumnNames(boolean on)
Defines whether the first data row is preceded by a row containing column names.
|
close, getColumnStructure, read, readNextRowvoid setFile(String filename)
This method may be called before any data is read. An exception will be thrown if this method is invoked after data has been read.
filename - File name.void setColumnNames(String[] columns)
AQDataReader.readNextRow() operation.
This method may be called before any data is read. An exception will be thrown if this method is invoked after data has been read.
columns - Column names.void setFirstLineContainsColumnNames(boolean on)
This method may be called before any data is read. An exception will be thrown if this method is invoked after data has been read.
on - When true, the first line is interpreted to contain column names.
Copyright © 2017 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.