Uses of Class
io.revealbi.core.ExcelExportOptions
Packages that use ExcelExportOptions
Package
Description
Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works.
-
Uses of ExcelExportOptions in io.revealbi.core
Methods in io.revealbi.core with parameters of type ExcelExportOptionsModifier and TypeMethodDescriptionIDashboardExporter.exportToExcel(String dashboardId, IRVUserContext userContext, ExcelExportOptions options) Exports a dashboard to Excel.IDashboardExporter.exportToExcel(String dashboardId, String filePath, IRVUserContext userContext, ExcelExportOptions options) Exports a dashboard to Excel. -
Uses of ExcelExportOptions in io.revealbi.core.impl.exporter
Methods in io.revealbi.core.impl.exporter with parameters of type ExcelExportOptionsModifier and TypeMethodDescriptionDefaultDashboardExporter.exportToExcel(String dashboardId, IRVUserContext userContext, ExcelExportOptions options) DefaultDashboardExporter.exportToExcel(String dashboardId, String filePath, IRVUserContext userContext, ExcelExportOptions options)