Class XlsDataSource

All Implemented Interfaces:
JRDataSource, JRRewindableDataSource

public class XlsDataSource extends AbstractPoiXlsDataSource
Deprecated.
Replaced by ExcelDataSource.
This data source implementation reads an XLS stream.

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.

Author:
Teodor Danciu (teodord@users.sourceforge.net)