Add Excel Export to Livetable (Macro)
Last modified by Aurelie Bertrand on 2024/09/13 16:08
Usage
Just write:
{{addExcelExportToLivetable livetable="my-livetable" /}}
Where "my-livetable" is your livetable's name.
Options
- withPageName : add a 'wiki page name' to the excel sheet. (Default value = 'true')
- withPageURL : add a 'wiki page URL' to the excel sheet. (Default value = 'true')
- withAllFields : force adding all the fields of the class as columns in the excel sheet, even if they're not displayed in the livetable (Default value = 'false')
- filename : allows to change the default name of the file in which the livetable results are exported (Empty by default, which causes the export to use the generic name "livetable.xls").
Credits
- This macro is based on the Ludovic Dubost patch.
- For this macro, see the page on XWiki Extensions site.