Python code to extract shapes from Tableau workbooks
Download this Python code and run the following code:
import ExtractShapes as ES
file_path = "My_Workbook.twb"
extract_shapes(file_path)
🤓 Read my Medium blog about it here!
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Python code to extract shapes from Tableau workbooks
Download this Python code and run the following code:
import ExtractShapes as ES
file_path = "My_Workbook.twb"
extract_shapes(file_path)
🤓 Read my Medium blog about it here!