Posted 28 October 2019, 6:49 am EST
Hi,
I’m using Wijmo FlexGrid and AngularJs
to implement export excel file function.
While exporting large data,
is it possible to cancel the export excel file process?
Thank you.
Forums Home / Wijmo / General Discussion
Posted by: nguyenvietloc on 28 October 2019, 6:49 am EST
Posted 28 October 2019, 6:49 am EST
Hi,
I’m using Wijmo FlexGrid and AngularJs
to implement export excel file function.
While exporting large data,
is it possible to cancel the export excel file process?
Thank you.
Posted 30 October 2019, 1:01 am EST
Hi Nguyen,
We are sorry but this is not possible because the process of exporting the grid to excel file executes on the main thread and any event like clicking a button to cancel will be triggered after the grid has been exported.
Regards,
Ashwin
Posted 30 October 2019, 2:32 am EST
Thank you for your answer!