Does ExcelViewer have an event “LoadComplete”? I’m using $$(‘excel’).load(upload.file) to upload a local file into ExcelViewer but need to know when this is complete.
Figured it out already, it inherits the ‘onAfterRender’ event from datatable. Solved