export library

The Flutter DataGrid Export library is used to export the DataGrid content to Excel. to Pdf.

Classes

DataGridCellExcelExportDetails
Details for the callback that use DataGridCellExcelExportDetails.
DataGridCellPdfExportDetails
Details for the callback that use DataGridCellPdfExportDetails
DataGridPdfHeaderFooterExportDetails
Details for the callback that use DataGridPdfHeaderFooterExportDetails
DataGridToExcelConverter
A helper class to export the SfDataGrid to Excel.
DataGridToPdfConverter
A helper class to export the SfDataGrid to Pdf.

Enums

DataGridExportCellType
Defines the cell type of the exporting cell.

Extensions

DataGridExcelExportExtensions on SfDataGridState
Provides the extension methods for the SfDataGridState to export the SfDataGrid to Excel.
DataGridPdfExportExtensions on SfDataGridState
Exports the SfDataGrid to Pdf with the given rows and columns

Typedefs

DataGridCellExcelExportCallback = void Function(DataGridCellExcelExportDetails details)
Signature for cellExport callback which is passed as an argument in exportToExcelWorkbook and exportToExcelWorksheet methods.
DataGridCellPdfExportCallback = void Function(DataGridCellPdfExportDetails details)
Signature for cellExport callback which is passed as an argument in exportToPdfGrid and exportToPdfDocument methods.
DataGridPdfHeaderFooterExportCallback = void Function(DataGridPdfHeaderFooterExportDetails details)
Signature for headerFooterExport callback which is passed as an argument exportToPdfGrid and exportToPdfDocument methods.