如何将tableau(twbx)文件读入python?

2024-06-14 23:44:37 发布

您现在位置:Python中文网/ 问答频道 /正文

我想用python从Tableau文件生成一些自定义输出。我无法访问Tableau服务器来运行“Tabpy”库。在

有别的办法吗?在

提前谢谢你


Tags: 文件服务器办法tableautabpy
1条回答
网友
1楼 · 发布于 2024-06-14 23:44:37

您可能会发现以下链接很有用。 https://community.tableau.com/thread/152463

帖子中有一篇文章提到了以下值得探讨的地方:

If you're looking to generate a TWBX dynamically, you should rename your .twbx file to .zip, extract the contents and you can do whatever you want with those in Python to dynamically create or adjust a workbook file. The structure / definition of the workbook file is just XML so no special code needed to read and parse that.

相关问题 更多 >