glebovpavel / IR_to_MSExcel

Oracle Apex plugin for Interactive Grid or Interactive Report
http://glebovpavel.github.io/Description_IR_TO_XSLX/
Other
39 stars 14 forks source link

Download Report via PL/SQL Call #104

Open hairpin666 opened 2 years ago

hairpin666 commented 2 years ago

Hi,

Our interactive grid report is too big to download at once (we run into a timout of our middleware). Our plan would be to start a regular job to create the Excel File of a default report and then provide the generated file to the user as download. I can't figure out how to call the procedure via PL/SQL directly. Calling P_IR_TO_XLSX.download_excel causes "Interactive report region does not exist in application".

Is there an "easy" way to export the data?

Thanks