glebovpavel / IR_to_MSExcel

Oracle Apex plugin for Interactive Grid or Interactive Report
http://glebovpavel.github.io/Description_IR_TO_XSLX/
Other
39 stars 14 forks source link

Compilation error #11

Closed joffreychu closed 8 years ago

joffreychu commented 8 years ago

Hello Pavel,

I try to install your plugin on a Database as a service.

I have downloaded the package IR_to_MSEExcel. I have uploaded the script "install_all_packages.sql" with the browser on apex and run it. But I have compilation errors on the package IR_TO_MSEXCEL.

I did the same operation on a trial on apex.oracle.com and I have the same errors.

Do you know where is my mistake ?

Thanks for your help Joffrey

ir_to_excel

results_on_apex

glebovpavel commented 8 years ago

Hi Joffrey,

Looks so, that you use penultimate version, not last. Please try latest version form github, that should work...

regards Pavel

ma-schroeder commented 8 years ago

Hi Pavel,

i think the order of the packages in the install_all_packages.sql script needs to be changed. I get an installation error when using the file on apex.oracle.com, too:

sql_script_2016-03-21_08h56_56

But after that i am able to compile the package IR_TO_MSEXCEL succesfully. This package uses xml_to_xslx.get_max_rows and XML_TO_XSLX.download_file which are created later.

regards, Mathias

joffreychu commented 8 years ago

Hi Pavel,

I have downloaded the last version from github and it works now.

Thanks a lot, Joffrey