Add Excel Export to Livetable (Macro)

Last modified by Aurelie Bertrand on 2024/09/13 16:08

Usage

This macro is deprecated. Please refer to the macro Livetable Exporter Macro which replaces it.

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