Publish Rest API, Post a JSON array and retrieve the JSON data in EXCEL fromat

0
I want to publish a REST API, which will work by POST. i will POST a array of jason structure e.g students records list in JSON array. on POST the response of API should be an EXCEL file, where each record in JSON array will be stored in a line of EXCEL. In short i want to create a JSON records list to EXCEL records sheet conversion API. 
asked
0 answers