Hi,
First of all I am new to use atlassian api for python.
I need your help to create the python code to add a new row with 11 columns at the end of an existing table in our confluence page and save the page. So please help me on it with the required script.
Thanks in advance.
Regards
Jag
I got the solution by converting the existing table to a dataframe and then used concat function to add the new rows to the bottom of the existing table.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.