GridViewExtension.ExportToXlsx Method
Name | Parameters | Description |
---|---|---|
ExportToXlsx(GridViewSettings, Object) static | settings, dataObject | Exports the grid's data to XLSX format, based on the provided settings. |
ExportToXlsx(GridViewSettings, Object, XlsxExportOptions) static | settings, dataObject, exportOptions | Obsolete. Exports the grid's data to XLSX format, based on the provided settings. |
ExportToXlsx(GridViewSettings, Object, XlsxExportOptionsEx) static | settings, dataObject, exportOptions | Exports the grid's data to XLSX format, based on the provided settings. |
ExportToXlsx(GridViewSettings, Object, Boolean) static | settings, dataObject, saveAsFile | Exports the grid's data to XLSX format, based on the provided settings. |
ExportToXlsx(GridViewSettings, Object, Boolean, XlsxExportOptions) static | settings, dataObject, saveAsFile, exportOptions | Obsolete. Exports the grid's data to XLSX format, based on the provided settings. |
ExportToXlsx(GridViewSettings, Object, Boolean, XlsxExportOptionsEx) static | settings, dataObject, saveAsFile, exportOptions | Exports the grid's data to XLSX format, based on the provided settings. |
ExportToXlsx(GridViewSettings, Object, String) static | settings, dataObject, fileName | Exports the grid's data to XLSX format, based on the provided settings. |
ExportToXlsx(GridViewSettings, Object, String, XlsxExportOptions) static | settings, dataObject, fileName, exportOptions | Obsolete. Exports the grid's data to XLSX format, based on the provided settings. |
ExportToXlsx(GridViewSettings, Object, String, XlsxExportOptionsEx) static | settings, dataObject, fileName, exportOptions | Exports the grid's data to XLSX format, based on the provided settings. |
ExportToXlsx(GridViewSettings, Object, String, Boolean) static | settings, dataObject, fileName, saveAsFile | Exports the grid's data to XLSX format, based on the provided settings. |
ExportToXlsx(GridViewSettings, Object, String, Boolean, XlsxExportOptions) static | settings, dataObject, fileName, saveAsFile, exportOptions | Obsolete. Exports the grid's data to XLSX format, based on the provided settings. |
ExportToXlsx(GridViewSettings, Object, String, Boolean, XlsxExportOptionsEx) static | settings, dataObject, fileName, saveAsFile, exportOptions | Exports the grid's data to XLSX format, based on the provided settings. |
Feedback