That functionality doesn’t exist. If you want a report, you’ll need to craft it yourself using the Web APIs (which, BTW return JSON, so you’ll need to build your spreadsheet manually).
The best way to master the Web API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.