You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.