Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

add data into existing confluence table

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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 08, 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