I have an interactive report, and the users wand to have an option to download an XLXS version of the data in the grid. I have told them that they can:
1: Go to the grid and select actions dropdown
2: Click the download option
3: Select the XLSX option in the dialog that appears
4: Click download button
What they have asked for instead, is a "Download XLSX" button on the page itself, which then would trigger steps 1-4 above in one click. How can this be done?