mbleron / ExcelGen

ExcelGen is an Oracle PL/SQL utility to create MS Excel files (.xlsx, .xlsb)
MIT License
43 stars 10 forks source link

xutl_xlsb fails compile #16

Closed lee-lindley closed 2 years ago

lee-lindley commented 2 years ago

Package body xutl_xlsb obtained via:

git clone --recurse-submodules https://github.com/mbleron/ExcelGen.git

fails to compile. Error at line 1894 trying to read table xlsb_record_types.

I commented out the procedure read_all in the package spec and body in order to continue. It is not functionality I'm using.

mbleron commented 2 years ago

My bad. It's some personal debug stuff I forgot to remove before committing. I'll fix that ASAP.

mbleron commented 2 years ago

Submodule updated.