| 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(java.lang.String name) |
static ExcelFormatEnum |
ExcelFormatEnum.getByValue(byte value) |
static ExcelFormatEnum |
ExcelFormatEnum.getByValue(java.lang.Byte value) |
ExcelFormatEnum |
ExcelDataAdapterImpl.getFormat() |
ExcelFormatEnum |
ExcelDataAdapter.getFormat() |
static ExcelFormatEnum |
ExcelFormatEnum.valueOf(java.lang.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 |
ExcelDataAdapterImpl.setFormat(ExcelFormatEnum format) |
void |
ExcelDataAdapter.setFormat(ExcelFormatEnum format) |
| Constructor and Description |
|---|
ExcelDataSource(java.io.File file,
ExcelFormatEnum format)
Creates a data source instance from an XLSX or XLS file.
|
ExcelDataSource(java.io.InputStream is,
ExcelFormatEnum format)
Creates a data source instance from an XLSX or XLS data input stream.
|
ExcelDataSource(JasperReportsContext jasperReportsContext,
java.lang.String location,
ExcelFormatEnum format)
Creates a datasource instance that reads XLSX or XLS data from a given location.
|
ExcelDataSource(java.lang.String location,
ExcelFormatEnum format) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com