Service-REST with excel attachments
Hi,
I am trying to implement a solution where we create Service-REST rule, and in the request, we get Excel file. This excel file should then be read and converted into the work object.
How to read the response of REST service which has excel attachments?
I understand that once I have excel, I can use MSOParseExcel. But how will getting it from service request happen?