06-15-2018 10:57 AM
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?
08-12-2018 03:29 PM
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)