Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

add data into existing confluence table

dharm dutt October 8, 2023

Hi,

I have created a table in confluence page. is there way to append data in this existing table from excel using python program, without adding excel as an attachment in confluence page. 

Thank you

1 answer

0 votes
carlosughini
Community Champion
October 8, 2023

Hey Dharm,

Hope you had a nice weekend!

You will need to have programming skills to be able to write a script to perform this task, but I would say it is possible to achieve this by using the endpoint in the Cloud API:

I would probably try Python and use the pandas library to read the data in the excel file.

Then, you add all the content organized in columns in one variable and update the page with it.

Maybe, depending if it is an existing page, you might need to retrieve the value from the page, also using API, and then update it in the code before sending back.

Hope it helps!

Cheers,

Carlos

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events