Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 464 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 464 Bytes

XLSX_BUILDER_PKG

A PL/SQL Package to create OOXML workbooks. This package is based on work done by Anton Scheffer.
It also includes additions to support my own package APEXIR_XLSX_PKG

Installation

Single Script

  1. Install ZIP_UTIL_PKG and XLSX_BUILDER_PKG by running install_full.sql script.

One by One

  1. Install the ZIP_UTIL_PKG from the lib folder.
  2. Install XLSX_BUILDER_PKG by running install.sql