mortenbra / alexandria-plsql-utils

Oracle PL/SQL Utility Library
786 stars 317 forks source link

Updated the ooxml_util_pkg #23

Closed datRedHeadedGuy closed 8 years ago

datRedHeadedGuy commented 8 years ago

Added a new function within the ooxml_util_pkg that will return a collection of the worksheet records that include the name of the worksheet, the sheet ID of the worksheet, and the relationship ID for the worksheet. This will allow for the ability to look-up worksheets and parse them without needing to know what the worksheet's name is in advance. Also, created two new types to support this function.