Skip to Main Content
  • Questions
  • Generating excel report with multiple tabs from Oracle APEX

Breadcrumb

Question and Answer

Chris Saxon

Thanks for the question, Jinu.

Asked: November 28, 2016 - 11:11 pm UTC

Last updated: November 29, 2016 - 12:48 pm UTC

Version: 4.2

Viewed 10K+ times! This question is

You Asked

Hi,

I'm new to Oracle Application Express and currently working on an APEX application.
We have several reports which can be downloaded as csv files in various modules of the application.

What I need is to have a master report(excel file with multiple tabs), where each of the tab contains each report.
The aim to to get all the reports generated in a single file on a single click.

Is there any way I can implement this functionality?
Your help is greatly appreciated.
Thanks

and Connor said...

Apex cannot do that, but AMIS have a plsql package that lets you create Excel spreadsheets out of PLSQL.

https://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:9525638200346884443

Rating

  (1 rating)

Is this answer out of date? If it is, please let us know via a Comment

Comments

Try XLSX_BUILDER_PKG

Jeffrey Kemp, November 29, 2016 - 9:02 am UTC

I use XLSX_BUILDER_PKG for this purpose, it works quite well:

https://github.com/mortenbra/alexandria-plsql-utils
Chris Saxon
November 29, 2016 - 12:48 pm UTC

Thanks for sharing.

More to Explore

PL/SQL demos

Check out more PL/SQL tutorials on our LiveSQL tool.

PL/SQL docs

PL/SQL reference manual from the Oracle documentation library