Skip to main content

PivotGridExtension.OLAPExportToXlsx Method

Name Parameters Description
OLAPExportToXlsx(PivotGridSettings, String, XlsxExportOptions) static settings, connectionString, exportOptions Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToXlsx(PivotGridSettings, String, Boolean, XlsxExportOptions) static settings, connectionString, saveAsFile, exportOptions Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToXlsx(PivotGridSettings, String, Boolean) static settings, connectionString, saveAsFile Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToXlsx(PivotGridSettings, String, Stream, XlsxExportOptions) static settings, connectionString, stream, exportOptions Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToXlsx(PivotGridSettings, String, Stream) static settings, connectionString, stream Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToXlsx(PivotGridSettings, String, String, XlsxExportOptions) static settings, connectionString, fileName, exportOptions Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToXlsx(PivotGridSettings, String, String, Boolean, XlsxExportOptions) static settings, connectionString, fileName, saveAsFile, exportOptions Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToXlsx(PivotGridSettings, String, String, Boolean) static settings, connectionString, fileName, saveAsFile Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToXlsx(PivotGridSettings, String, String) static settings, connectionString, fileName Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToXlsx(PivotGridSettings, String) static settings, connectionString Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode.