Hello readers!
There is a requirement wherein a multi sheet .xlsx file is placed on application server. It is to be read by a batch job and some database tables are to be filled by its content. We have written a program using classes I_OI_DOCUMENT_PROXY and I_OI_SPREADSHEET. But the problem is that this does not work in back ground. Please see the code attached
Please let me know how to make it work in back ground mode as well?