Hello everyone,
My APEX version is 23.1.0.
I would like to allow the user to download an Excel file (generated via a SQL request), or receive via an email.
I can do it using an interactive view with a download action button, or send via email.
However, I would like to do the same without displaying the data first.
How would you proceed ?