Download the Worksheet Results
You may download the results of a worksheet using the Download button.
You must have at least the Metadata Import / Export capability object role assignment on the model(s) that are included in the results.
Steps
- Open a worksheet.
- Click the Download icon.
Example
Sign in as Administrator and go to a worksheet.
Click the Download icon.
There is currently no REST API method to download a worksheet to a CSV file. This limitation is because the methods to execute a query, e.g. “/entities/executeMQLQuery”, already exist in the REST API producing a JSON output of what would be contained in an equivalent worksheet.
You may download either CSV files or XLSX files. The XLSX file have special handling which safeguards against CSV Injection, also known as Formula Injection, which is a security vulnerability that occurs when untrusted input is included in a CSV file.