Export reordered columns (Excel and CSV)

The possibility to export the columns of the grid in the order that they appear was added for Excel and CSV. So, if you reorder them at runtime, that order will be the one displayed in the export files.

ExportReorderedColumnsExcel

In order to configure this, in WorkWtihPlus for Web Settings -> Export Action there is a new property named 'Columns order'. This property specifies in which order the columns will be exported, and only applies when the property 'Export only visible columns' is True. The possible values are:

  • Fixed: it will export in the order defined at design time (the order of the columns in the instance).
  • Users order: it will export in the order that the end-user specified at runtime.

In new KBs, this property will have the value 'Users order' by default.