ExcelAfterExportEvent
Event arguments passed to the after Excel export callback. Notifies of export completion or failure. Mirrors PDF export's onAfterPdfExport for consistent API.
Props
The following table outlines the props for the ExcelAfterExportEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| config | - | Export configuration settings. | |
| error | Error | null | - | Error object if export failed. |
| promise | Promise<Object> | - | Promise resolving to blob data when |
| success | boolean | - | Indicates whether the export was successful. |