As in this thread:
Use system.dataset.toExcel
to transform your dataset into a byte array. Then pass that to system.perspective.download
to trigger a download request on the local browser.
As in this thread:
Use system.dataset.toExcel
to transform your dataset into a byte array. Then pass that to system.perspective.download
to trigger a download request on the local browser.