This section explains how to work with rows in the Excel designer.
In order to add data into an Excel sheet you first need to add at least one row within a sheet and then at least one cell in a row.
These are the actions you can do related to Excel rows:
You can add row to an Excel sheet in two manners:
If you want to delete a row, then you need to right-click the row and here select Delete ROW:
A prerequisite for adding a condition on a row on the input data is, that you have loaded a sample input file in the Excel designer.
(It is also possible to condition one or more cells.)
You first need to insert a condition by inserting an if element inside the sheet, and then you can insert the row inside the if-element:
Normally the rows defined in the Excel designer will output the rows in the sequence in which the rows are defined. This can be referred to as relative row numbers. On the overview you can see the assumed row number, but the final row number might be different depending on the other rows.
If you want to assign a fixed row number to a defined row, then you need to double click on the row element in the element list. Then the properties of the row element is shown:
The Y-value is as default Auto (which means use the next row in the output Excel file), but you can set a specific row number here. The row number is shown in the tree-structure:
Any row, that is inserted after this row will be placed below this starting with the next row number, that is free.
Fixed positioned rows replace previous relatively positioned rows
If you already have a relatively positioned row, that has placed a value in the same cells (in the same output row), then all cells from the relatively positioned row will be overwritten by this fixed positioned row.