We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
All documentation

exportstart

[starting from version: 2.3]

It is triggered when the export starts. To track when the export process is complete and the file is ready to be saved, use exportcomplete.

Example

pivot.on('exportstart', function () {
alert('Exporting started!');
});

Try the example on JSFiddle.

See also

exportcomplete
exportTo