Skip to main content
All docs
V25.1
  • DashboardExporter.ExportToExcel Method

    Name Parameters Description
    ExportToExcel(Dashboard, Stream, DashboardState, DashboardExcelExportOptions) dashboard, outputStream, state, options Exports a dashboard’s data to the specified stream in Excel format.
    ExportToExcel(Dashboard, String, DashboardState, DashboardExcelExportOptions) dashboard, outputFilePath, state, options Exports a dashboard’s data to the specified Excel file.
    ExportToExcel(Stream, Stream, DashboardState, DashboardExcelExportOptions) dashboardXml, outputStream, state, options Exports a dashboard’s data to the specified stream in Excel format.
    ExportToExcel(Stream, String, DashboardState, DashboardExcelExportOptions) dashboardXml, outputFilePath, state, options Exports a dashboard’s data to the specified Excel file.
    ExportToExcel(String, Stream, DashboardState, DashboardExcelExportOptions) dashboardXmlPath, outputStream, state, options Exports a dashboard’s data to the specified stream in Excel format.
    ExportToExcel(String, String, DashboardState, DashboardExcelExportOptions) dashboardXmlPath, outputFilePath, state, options Exports a dashboard’s data to the specified Excel file.