cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Rest API to convert JSON to Excel and return Response to Requester

murphy-brian
New Contributor III

Would like to take the results of an Ultra Task API request and return results in Excel Document instead of JSON. Anyone done this or have any ideas?

5 REPLIES 5

murphy-brian
New Contributor III

Posted this a while ago and got a few suggestions but nothing that really worked. Trying to create a RestFul Endpoint that can return data as Json, CSV or Excel based on a format input param. I am going to attach a sample project I created but it doesnโ€™t do wha we need. It takes an input stream in this case a statice excel file parses it to a json document and then tries to return
it as am Excel type to requestor. Any insight out there?

Examples_ExcelFormaterAPI.zip (9.2 KB)