Hi Experts,
I have a basic question regarding generating Excel file output from IFS Cloud table data.
We’ve already developed a customization that writes the table data into a CSV file using a CLOB and the Plsqlap_Server_API.Post_Outbound_Message
method.
Now, there’s a new requirement to generate the output in Excel (.xlsx) format instead of CSV. Since I’m still new to IFS Cloud framework and integrations, I’d like to check whether this is achievable through a customization or if there’s a standard out-of-the-box (OOTB) way to handle this.
Your guidance would be greatly appreciated.