|
def populate_excel(self, view_item: ViewItem, req_options: Optional["CSVRequestOptions"] = None) -> None: |
I can remove the CSVRequestOptions from being accepted by populate_excel. A better user experience would be to add the server side functionality.
server-client-python/tableauserverclient/server/endpoint/views_endpoint.py
Line 129 in 1eeaca8
I can remove the CSVRequestOptions from being accepted by populate_excel. A better user experience would be to add the server side functionality.