...
Data Tables: This macro uses regular Confluence tables as data source.
Data Tables CSV: This macro uses local CSV data (defined in the macro body) as data source.
Data Tables CSV (remoteRemote): This macro uses remote CSV data (defined via a remote URL) as data source.
Data Tables Attachments: This macro uses the attachments of a Confluence page as data source and renders a table with information such as the file name and file size.
...
CSV header row: Check to use the first row as column header
CSV quote: Define the character that is used as CSV quote, leave empty if no quote us used.
CSV delimiter: Define the character that is used as CSV delimiter.
Enable paging: Check to enable the paging functionality.
Enable searching: Check to enable the searching functionality.
Enable column selector: Check to enable the a button that allows to toggle visibility of individual columns.
Enable copy to clipboard: Check to enable a button that copies the table data to the clipboard.
Enable Excel export: Check to enable a button that exports the table data as .xlsx file.
Enable CSV export: Check to enable a button that exports the table data as .csv file.
Enable PDF export: Check to enable a button that exports the table data as .pdf file.
Enable printing: Check to enable a “print” button.
Order columns: Comma separated column numbers to order by initially (use “!” to order descending); “2!;1” for example uses column 2 (descending) as primary order column and column 1 (ascending) as second order column.
Fixed order columns: Number of columns defined in option “Order columns” for which the order is unchangeable.
Footer row: Comma separated functions (“min”, “max”, “avg”, “sum”) to be used in the footer row.
Data locale: Define the locale that should be used to parse numbers.
Grouping columns: Comma separated column numbers to group; “2;3” for example groups by column 2 and then by column 3.
Show information: Check to show dataset information such as number of records.
Disable state saving: Check to disable automatic table state saving and restoring.
Macro “Data Tables CSV (
...
Remote)”
The “Data Tables CSV (remoteRemote)” macro uses CSV remote data as data source. After inserting the macro, the URL to load the CSV data and all other CSV and table options can be defined in the macro settings.
...