I want to use the API to export an Excel file. While reviewing the latest documentation, I couldn’t find any reference to this functionality. However, I discovered in historical posts that using the Accept: application/vnd.ms-excel
header can achieve this. I tested it with the API, and it worked successfully.
Could you please confirm:
- Is this method officially supported, or has it been deprecated?
- Is it safe to rely on this approach for our processes?
Additionally, I noticed that historical posts referenced documentation related to this feature, but those links are no longer valid. If this method is officially supported, would it be possible to reinstate it in the current documentation for clarity?
FYI:
https://community.smartsheet.com/discussion/5140/download-sheet-data-via-api
https://stackoverflow.com/questions/21941525/smartsheet-download-sheet-as-excel-file-using-api