Uses of Class
com.stimulsoft.report.export.settings.StiExcelExportSettings
Packages that use StiExcelExportSettings
Package
Description
-
Uses of StiExcelExportSettings in com.stimulsoft.report
Methods in com.stimulsoft.report with parameters of type StiExcelExportSettingsModifier and TypeMethodDescriptionstatic voidStiExportManager.exportExcel(StiReport report, StiExcelExportSettings settings, OutputStream stream) static voidStiExportManager.exportExcelBiff(StiReport report, StiExcelExportSettings settings, OutputStream stream) -
Uses of StiExcelExportSettings in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiExcelExportSettingsModifier and TypeMethodDescriptionvoidStiExcel2007ExportService.exportExcel(StiReport report, OutputStream outputStream, StiExcelExportSettings settings) Exports rendered report to an Excel file.voidStiExcelXmlExportService.exportExcel(StiReport report, OutputStream outputStream, StiExcelExportSettings settings) Exports a rendered report to the ExcelXml file. -
Uses of StiExcelExportSettings in com.stimulsoft.report.export.settings
Subclasses of StiExcelExportSettings in com.stimulsoft.report.export.settingsModifier and TypeClassDescriptionclassExcel 2007 format export settings Copyright StimulsoftclassExcel XML export format settings Copyright Stimulsoft -
Uses of StiExcelExportSettings in com.stimulsoft.web.classes
Fields in com.stimulsoft.web.classes declared as StiExcelExportSettingsModifier and TypeFieldDescriptionStiDefaultExportSettings.exportToExcelGets or sets default export settings to the Excel BIFF format. -
Uses of StiExcelExportSettings in com.stimulsoft.web.helper
Methods in com.stimulsoft.web.helper that return StiExcelExportSettingsModifier and TypeMethodDescriptionstatic StiExcelExportSettingsStiExportsHelper.getExcelExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for Microsoft Excel format. -
Uses of StiExcelExportSettings in com.stimulsoft.web.utils
Methods in com.stimulsoft.web.utils with parameters of type StiExcelExportSettingsModifier and TypeMethodDescriptionstatic StiWebActionResultStiWebExportReportUtil.exportAsExcel(StiReport report, StiExcelExportSettings settings, OutputStream stream) Exports report to Microsoft Excel format.static StiWebActionResultStiWebExportReportUtil.exportAsExcel2007(StiReport report, StiExcelExportSettings settings, OutputStream stream) Exports report to Microsoft Excel 2007 format.static StiWebActionResultStiWebExportReportUtil.exportAsExcelXml(StiReport report, StiExcelExportSettings settings, 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 StiExcelExportSettingsModifier and TypeMethodDescriptionstatic StiWebActionResultStiExportsClass.exportAsExcel(StiReport report, StiExcelExportSettings settings, OutputStream stream) Exports report to Microsoft Excel format.static StiWebActionResultStiExportsClass.exportAsExcel2007(StiReport report, StiExcelExportSettings settings, OutputStream stream) Exports report to Microsoft Excel 2007 format.static StiWebActionResultStiExportsClass.exportAsExcelXml(StiReport report, StiExcelExportSettings settings, OutputStream stream) Exports report to Microsoft Excel Xml format.