Package | Description |
---|---|
net.sf.jasperreports.data.excel |
Contains classes for Excel data adapters.
|
net.sf.jasperreports.engine.data |
Provides various report data source implementations and allows creating custom data sources.
|
Modifier and Type | Method and Description |
---|---|
static ExcelFormatEnum |
ExcelFormatEnum.getByName(String name) |
ExcelFormatEnum |
ExcelDataAdapter.getFormat() |
ExcelFormatEnum |
ExcelDataAdapterImpl.getFormat() |
static ExcelFormatEnum |
ExcelFormatEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelFormatEnum[] |
ExcelFormatEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelDataAdapter.setFormat(ExcelFormatEnum format) |
void |
ExcelDataAdapterImpl.setFormat(ExcelFormatEnum format) |
Constructor and Description |
---|
ExcelDataSource(File file,
ExcelFormatEnum format)
Creates a data source instance from an XLSX or XLS file.
|
ExcelDataSource(InputStream is,
ExcelFormatEnum format)
Creates a data source instance from an XLSX or XLS data input stream.
|
ExcelDataSource(JasperReportsContext jasperReportsContext,
String location,
ExcelFormatEnum format)
Creates a datasource instance that reads XLSX or XLS data from a given location.
|
ExcelDataSource(String location,
ExcelFormatEnum format) |
Copyright © 2017. All rights reserved.