tableau / server-client-python

A Python library for the Tableau Server REST API
https://tableau.github.io/server-client-python/
MIT License
655 stars 420 forks source link

[TPYE 1] [DOWNLOAD WORKBOOK AS PPTX] #1333

Open AlfredoPalacios opened 8 months ago

AlfredoPalacios commented 8 months ago

Summary

Download workbook as powerpoint

Description

Add functionality to download workbook as a PowerPoint file and PPTXRequestOptions, like ImageRequestOptions and populate_pdf but for pptx files. REST API example: GET /api/api-version/sites/site-id/workbooks/workbook-id/powerpoint?maxAge=max-age-minutes

jorwoods commented 7 months ago

Functionality is already present within TSC. https://github.com/tableau/server-client-python/blob/3ec49bccdb5cc2fb038476ddd77bcb0e1e32df56/tableauserverclient/server/endpoint/workbooks_endpoint.py#L252