XlsDataSource.public class JRXlsDataSource extends AbstractXlsDataSource
The default naming convention is to name report fields COLUMN_x and map each column with the field found at index x in each row (these indices start with 0). To avoid this situation, users can either specify a collection of column names or set a flag to read the column names from the first row of the CSV file.
columnNames, dateFormat, EXCEPTION_MESSAGE_KEY_XLS_COLUMN_NAMES_MISMATCH_COLUMN_INDEXES, EXCEPTION_MESSAGE_KEY_XLS_FIELD_VALUE_NOT_RETRIEVED, EXCEPTION_MESSAGE_KEY_XLS_SHEET_INDEX_OUT_OF_RANGE, EXCEPTION_MESSAGE_KEY_XLS_SHEET_NOT_FOUND, numberFormat, sheetSelection, useFirstRowAsHeaderEXCEPTION_MESSAGE_KEY_CANNOT_CONVERT_FIELD_TYPE, EXCEPTION_MESSAGE_KEY_CANNOT_MODIFY_PROPERTIES_AFTER_START, EXCEPTION_MESSAGE_KEY_NODE_NOT_AVAILABLE, EXCEPTION_MESSAGE_KEY_NULL_DOCUMENT, EXCEPTION_MESSAGE_KEY_NULL_SELECT_EXPRESSION, EXCEPTION_MESSAGE_KEY_UNKNOWN_COLUMN_NAME, EXCEPTION_MESSAGE_KEY_UNKNOWN_NUMBER_TYPE| Constructor and Description |
|---|
JRXlsDataSource(File file)
Deprecated.
Creates a data source instance from an XLS file.
|
JRXlsDataSource(InputStream is)
Deprecated.
Creates a data source instance from an XLS data input stream.
|
JRXlsDataSource(JasperReportsContext jasperReportsContext,
String location)
Deprecated.
Creates a datasource instance that reads XLS data from a given location.
|
JRXlsDataSource(String location)
Deprecated.
|
JRXlsDataSource(jxl.Workbook workbook)
Deprecated.
Creates a data source instance from a workbook.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkReadStarted()
Deprecated.
|
void |
close()
Deprecated.
Closes the reader.
|
Object |
getFieldValue(JRField jrField)
Deprecated.
Gets the field value for the current position.
|
void |
moveFirst()
Deprecated.
Moves back to the first element in the data source.
|
boolean |
next()
Deprecated.
Tries to position the cursor on the next element in the data source.
|
getColumnNames, getDateFormat, getNumberFormat, getSheetSelection, setColumnIndexes, setColumnNames, setColumnNames, setDateFormat, setNumberFormat, setSheetSelection, setUseFirstRowAsHeaderconvertNumber, convertStringValue, getConvertBean, getDatePattern, getFormattedDate, getFormattedNumber, getLocale, getNumberPattern, getTextAttributes, getTimeZone, setDatePattern, setLocale, setLocale, setNumberPattern, setTextAttributes, setTextAttributes, setTimeZone, setTimeZonepublic JRXlsDataSource(jxl.Workbook workbook)
workbook - the workbookpublic JRXlsDataSource(InputStream is) throws JRException, IOException
is - an input stream containing XLS dataJRExceptionIOExceptionpublic JRXlsDataSource(File file) throws JRException, FileNotFoundException, IOException
file - a file containing XLS dataJRExceptionFileNotFoundExceptionIOExceptionpublic JRXlsDataSource(JasperReportsContext jasperReportsContext, String location) throws JRException, IOException
jasperReportsContext - the JasperReportsContextlocation - a String representing XLS data sourceIOExceptionJRExceptionpublic JRXlsDataSource(String location) throws JRException, IOException
JRExceptionIOExceptionJRXlsDataSource(JasperReportsContext, String)public boolean next()
throws JRException
JRDataSourceJRException - if any error occurs while trying to move to the next elementpublic void moveFirst()
JRRewindableDataSourcepublic Object getFieldValue(JRField jrField) throws JRException
JRDataSourceJRExceptionpublic void close()
close in class AbstractXlsDataSourceprotected void checkReadStarted()
checkReadStarted in class AbstractXlsDataSourceCopyright © 2017. All rights reserved.