For this project I took an Apex-plugin I have written, (IR) Report to Excel (xlsx), and turned it into a PL/SQL package. With this package itβs very easy to create an Excel 2007 file with only a few lines of PL/SQL code.Comments Off | Filed in Links, Oracle | Tags: excel, pl/sql
This is a somewhat complicated example that builds a couple of sample tables, uses a SQL statement with the Oracle analytic function LEAD submitted through ADO in an Excel macro, and then presents the information on an Excel worksheet. When the user clicks one of three buttons on the Excel worksheet, an Excel macro executes that then build charts using disconnected row sources β a disconnected ADO recordset is used to sort the data categories before pushing that data into the charts that are built on the fly.More…