msgbartop
News, views, tips and tricks on Oracle and other fun stuff
msgbarbottom

Create an Excel file with PL/SQL

Anton Scheffer:

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 – Charting the Results of Oracle Analytic Functions

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…

Comments Off | Filed in Links, Oracle | Tags: , , ,