'copy table content from confluence page to text file using python
Solution 1:[1]
You can use the existing libs like https://github.com/atlassian-api/atlassian-python-api to operate on Confluence content. Just get the page object and its BODY that contains this table. Then parse body HTML to get this table data and save it as required.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Andrii Maliuta |

