How to create programmatically Jira charts/table in Python?

Hello,

I would like to programmatically create Jira chart/ tables in Confluence using Rest API or any other way.
I couldn’t find example or explanation how to do it.
I develop in Python.

Thank you

Hello, you can do tables by using tabulate library of python.

please look into this file