Skip to content

commi235/xlsx_builder

Repository files navigation

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