|
OpenAPI 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AQExcelReader
A data reader which facilitates import from Microsoft Excel files.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.aquafold.openapi.io.AQDataReader |
|---|
close, getColumnStructure, read, readNextRow |
| Method Detail |
|---|
void setFile(String filename)
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)
on - When true, the first line is interpreted to contain column names.
|
OpenAPI 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||