6 Commits

Author SHA1 Message Date
datRedHeadedGuy
c0fcb8ac5f Renamed return values.
Renamed the return values 'l_returnvalue' for the functions ooxml_util_pkg.get_xlsx_column_number() and ooxml_util_pkg.get_xlsx_column_ref().
2016-12-06 09:59:14 -06:00
datRedHeadedGuy
33aeca0f20 Modified ooxml_util_pkg functions
Modified the ooxml_util_pkg.get_xlsx_column_ref and the
ooxml_util_pkg.get_xlsx_column_number functions to support columns up to
the limit (currently XFD or 16384) and in
ooxml_util_pkg.get_xlsx_column_ref to fix the bug where the '@' is
returned at multiples of 26.
2016-12-01 21:54:50 -06:00
David Gale
2583ce7127 Update ooxml_util_pkg.pkb
Added the ability for get_file_from_template to update the notes of a PowerPoint slide in addition to the content.
2016-05-03 12:14:16 -04:00
datRedHeadedGuy
18985e2c12 Update ooxml_util_pkg.pkb
Added a new function within the ooxml_util_pkg body 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.
2016-03-04 16:18:44 -06:00
Eric Olson
3643767bbc Get all <t> nodes under <si>
Change XPath query to get all <t> nodes under the <si> node of interest,
regardless of their depth. This concatenates the resulting text() nodes
together.
2015-05-24 10:30:15 -05:00
Morten Braten
e04a305aa7 Initial commit, based on v1.7.0 2015-02-20 19:43:42 +01:00