Skip to main content

PivotGridExtension.ExportToXlsx Method

Name Parameters Description
ExportToXlsx(PivotGridSettings, Object, XlsxExportOptions) static settings, dataObject, exportOptions Exports the pivot grid’s data to XLSX format, based on the provided settings.
ExportToXlsx(PivotGridSettings, Object, Boolean, XlsxExportOptions) static settings, dataObject, saveAsFile, exportOptions Exports the pivot grid’s data to XLSX format, based on the provided settings.
ExportToXlsx(PivotGridSettings, Object, Boolean) static settings, dataObject, saveAsFile Exports the pivot grid’s data to XLSX format, based on the provided settings.
ExportToXlsx(PivotGridSettings, Object, Stream, XlsxExportOptions) static settings, dataObject, stream, exportOptions Exports the pivot grid’s data to XLSX format, based on the provided settings.
ExportToXlsx(PivotGridSettings, Object, Stream) static settings, dataObject, stream Exports the pivot grid’s data to XLSX format, based on the provided settings.
ExportToXlsx(PivotGridSettings, Object, String, XlsxExportOptions) static settings, dataObject, fileName, exportOptions Exports the pivot grid’s data to XLSX format, based on the provided settings.
ExportToXlsx(PivotGridSettings, Object, String, Boolean, XlsxExportOptions) static settings, dataObject, fileName, saveAsFile, exportOptions Exports the pivot grid’s data to XLSX format, based on the provided settings.
ExportToXlsx(PivotGridSettings, Object, String, Boolean) static settings, dataObject, fileName, saveAsFile Exports the pivot grid’s data to XLSX format, based on the provided settings.
ExportToXlsx(PivotGridSettings, Object, String) static settings, dataObject, fileName Exports the pivot grid’s data to XLSX format, based on the provided settings.
ExportToXlsx(PivotGridSettings, Object) static settings, dataObject Exports the pivot grid’s data to XLSX format, based on the provided settings.