Oracle APEX and Excel Macros
I have an Oracle APEX application that contains data tables with the data and generates reports, and I have a set of Excel macros that must work on the data contained in two of these data tables, and then store the output data generated from Excel macros in a new data table, so that APEX can generate use Excel macro processed data in reports.
Is it somehow possible to embed the macros in APEX app, and execute it on the input data from the data tables, and store processed data back in a new data table?
Thank you,
Anil