Integrating the GoodGrids API with your application is straightforward.
Each Excel export will have its own API endpoint. You must first create an Excel export config and upload an example Excel template file. Once this is done, you will get the API endpoint for integrating with your application.
Your application currently produces CSV files. To create Excel files using GoodGrid's API, send a POST
HTTP request and pass a file upload in a file
parameter. You will receive a response that contains the Excel file download.
Estimated implementation time is between one and two hours.
Language-specific integration guides are available: