Confluence datatables macro csv |
---|
print | true |
---|
exportPdf | true |
---|
headerRow | true |
---|
exportXls | true |
---|
searching | true |
---|
information | true |
---|
copy | true |
---|
columnSelector | true |
---|
columnFormat | ,link,,html |
---|
exportCsv | true |
---|
orderColumn | 3 |
---|
|
Website,URL,Monthly Visits (in billions),Category
Google,https://www.google.de,92,<strong>search</strong> engines
YouTube,https://www.youtube.com,35,<strong>video</strong> and <strong>streaming</strong>
Facebook,https://www.facebook.com,25.5,<strong>social media</strong> and <strong>networking</strong>
Twitter,https://www.twitter.com,6.6,<strong>social media</strong> and <strong>networking</strong>
Wikipedia,https://www.wikipedia.org,6.1,<strong>encyclopedia</strong> |
Info |
---|
The table above shows how the CSV data (see below) is rendered as Confluence table with the “column format” features that comes with Data Tables for Confluence. The column “URL” uses the column format “link” to render the CSV data as hyperlinks and the column “Category” uses the column format “html” to add text formatting (please check our Documentation for the list of of supported HTML tags). |
...
Confluence prism macro |
---|
downloadFilename | data.csv |
---|
language | CSV |
---|
|
Website,URL,Monthly Visits (in billions),Category
Google,https://www.google.de,92,<strong>search</strong> engines
YouTube,https://www.youtube.com,35,<strong>video</strong> and <strong>streaming</strong>
Facebook,https://www.facebook.com,25.5,<strong>social media</strong> and <strong>networking</strong>
Twitter,https://www.twitter.com,6.6,<strong>social media</strong> and <strong>networking</strong>
Wikipedia,https://www.wikipedia.org,6.1,<strong>encyclopedia</strong> |
The code above is rendered by "Prism Syntax Highlighter for Confluence" which supports highlighting CSV syntax.