mbleron / ExcelGen

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

Latest ExcelGen master branch(86c1524) wrong arguments at line 2517 #36

Closed fddc closed 1 year ago

fddc commented 1 year ago

xutl_xlsb.put_BeginWsView(stream);

mbleron commented 1 year ago

There's no such code at line 2517 in the latest version (v3.0.1). There is in v2.5.1 though : https://github.com/mbleron/ExcelGen/blob/fd9e5cd81c42c8501d876e354cb36c03986b3c88/plsql/ExcelGen.pkb#L2517 So installation issue most likely. Use all components from the latest commit.

fddc commented 1 year ago

I mixed up the component version Thank you.