Skip to main content

Dataset to Excel

Export rows from a dataset to an Excel spreadsheet. You can export data to a new Excel file, or use an existing Excel file as a template. You can download this system service from Grexx Marketplace.

Input

Use a casetype activity to add inputs to the Start dataset to Excel form.

AttributeData typeMandatory?Description
Dataset settings
CaseidCase IDNoThe case ID that is used as the current case in the dataset filter.
DatasetCase IDYesThe case ID of the dataset to export.
Export only columns with external referenceBooleanNoDefault: false (all columns are exported). For more information about setting external references, see Configure datasets.
Excel settings
Input excelFileNoAn Excel file to be used as a template, or updated with the exported values.
Excel sheetStringNoThe Excel sheet in which the dataset values are inserted. Default: results
Cell startStringNoStarting cell for inserting the data. Default: A1.
Do not generate headerBooleanNoDefault: false(an additional row containing the column references is inserted).
Copy rowBooleanNoDefault: false. For more information, see Copy row below.
Date cell formatStringNoFormatting in Excel or dates. Default: yyyy-mm-dd
Datetime cell formatStringNoFormatting in Excel or datetimes. Default: yyyy-mm-dd hh:mm:ss
Other settings
Resulting filenameStringNoThe name of the output file. Default: result.xls

Output

Outputs are added to the Result dataset to Excel form when the Dataset to Excel case is closed.

AttributeData typeMandatory?Description
Output fileFileNoThe resulting Excel file.

Copy row

When modifying an existing Excel file (i.e. when an Input excel file is provided), the cells may already contain values.

  • If the copy row option is set to false, the result of the dataset is inserted, overwriting any existing cell values.
  • If the copy row option is set to true, the "first row of the data" is copied completely including Excel columns not in the dataset. This copying is done for the number of dataset rows necessary. If the dataset is empty, this row is removed. After copying this first row, the result of the dataset is inserted, possibly overwriting cell values of the copied cells.

The "first row of the data" is the row of the cell start (when Do not generate header is set to true), or the row after cell start (when Do not generate header is set to false).