| Package | Description |
|---|---|
| jet.bean | |
| jet.server.api.engine |
| Modifier and Type | Method and Description |
|---|---|
ExcelParameter |
ExcelParameter.copy()
Adding the method for MailInformation can clone this object.
|
ExcelParameter |
MailInformation.getExcelParameter()
Gets the excel parameter, which includes the needed parameter when producing excel files.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JREngine.exportToXls(ExportInfo info,
ExcelParameter param)
Exports the report to an Excel file.
|
boolean |
JREngine.exportToXls(jet.bean.ExportInformation expInfo,
ExcelParameter param) |
boolean |
JRResultViewer.exportToXls(String xlsFileName,
ExcelParameter excelParameter)
Exports to excel with the
ExcelParameter. |
void |
MailInformation.setExcelParameter(ExcelParameter excelParameter)
Sets the excel parameter, which includes the needed parameter when producing excel files.
|
void |
MailInformation.setExcelParameter(String filename,
ExcelParameter excelParameter)
Sets the file name and its parameter to the excel file.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReportEngine.exportToXls(ExportInfo info,
ExcelParameter param)
Exports the report to Excel file.
|
© insightsoftware. All rights reserved.