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:

NameTypeDefaultDescription
config
-

Export configuration settings.

error
Error | null
-

Error object if export failed.

promise
Promise<Object>
-

Promise resolving to blob data when isBlob is true in settings. Undefined when isBlob is false or not provided.

success
boolean
-

Indicates whether the export was successful.