|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StiExcelExportSettings in com.stimulsoft.report |
---|
Methods in com.stimulsoft.report with parameters of type StiExcelExportSettings | |
---|---|
static void |
StiExportManager.exportExcel(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
|
Uses of StiExcelExportSettings in com.stimulsoft.report.export.service |
---|
Methods in com.stimulsoft.report.export.service with parameters of type StiExcelExportSettings | |
---|---|
void |
StiExcelXmlExportService.exportExcel(StiReport report,
java.io.OutputStream outputStream,
StiExcelExportSettings settings)
Exports a rendered report to the ExcelXml file. |
void |
StiExcel2007ExportService.exportExcel(StiReport report,
java.io.OutputStream outputStream,
StiExcelExportSettings settings)
Exports rendered report to an Excel file. |
Uses of StiExcelExportSettings in com.stimulsoft.report.export.settings |
---|
Subclasses of StiExcelExportSettings in com.stimulsoft.report.export.settings | |
---|---|
class |
StiExcel2007ExportSettings
Excel 2007 format export settings Copyright Stimulsoft |
class |
StiExcelXmlExportSettings
Excel XML export format settings Copyright Stimulsoft |
Uses of StiExcelExportSettings in com.stimulsoft.web.classes |
---|
Fields in com.stimulsoft.web.classes declared as StiExcelExportSettings | |
---|---|
StiExcelExportSettings |
StiDefaultExportSettings.exportToExcel
Gets or sets default export settings to the Excel BIFF format. |
Uses of StiExcelExportSettings in com.stimulsoft.web.utils |
---|
Methods in com.stimulsoft.web.utils with parameters of type StiExcelExportSettings | |
---|---|
static StiWebActionResult |
StiWebExportReportUtil.exportAsExcel(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
Exports report to Microsoft Excel format. |
static StiWebActionResult |
StiWebExportReportUtil.exportAsExcel2007(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
Exports report to Microsoft Excel 2007 format. |
static StiWebActionResult |
StiWebExportReportUtil.exportAsExcelXml(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
Exports report to Microsoft Excel Xml format. |
Uses of StiExcelExportSettings in com.stimulsoft.webviewer.helper |
---|
Methods in com.stimulsoft.webviewer.helper with parameters of type StiExcelExportSettings | |
---|---|
static StiWebActionResult |
StiExportsClass.exportAsExcel(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
Exports report to Microsoft Excel format. |
static StiWebActionResult |
StiExportsClass.exportAsExcel2007(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
Exports report to Microsoft Excel 2007 format. |
static StiWebActionResult |
StiExportsClass.exportAsExcelXml(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
Exports report to Microsoft Excel Xml format. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |