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

Create table by coding

Block fiend August 26, 2016

This question is in reference to Atlassian Documentation: Tables

Hi all, I want to create table by coding. Is confluence support it. Assuming i have some content data, and i want to create table to show it off.

Could you show me some example, i prefer python source code.

1 answer

0 votes
Milo Test
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 26, 2016

You can use HTML table code:

<table border="1" class="conf-macro output-block" data-hasbody="true" data-macro-name="table"><tbody><tr><td><p>A</p></td><td><p>B</p></td></tr><tr><p> </p><p> </p><p> </p><td><p> A1</p></td><td><p> B1</p></td></tr><p> </p><p> </p></tbody></table><div class='plugin-tabmeta-details'>

 

or wiki markup:

||heading 1||heading 2||heading 3||
|cell A1|cell A2|cell A3|
|cell B1|cell B2|cell B3|

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events