Excel repeat

Excel repeat

You can insert a repeat element in the excel designer. The Excel repeat element works exactly like the repeat-element of the normal template designer.

 

You can insert the repeat element in two ways:

 

1.You can click the repeat-element on the top to insert the repeat-element inside (or after) the element currently selected:

  NG2ExcelRepeat0001

 

2. You can also right-click on an element in the tree-structure to insert the repeat-element inside (or after) the currently selected element, select Insert and then Repeat:

  NG2ExcelRepeat0002

 

When the repeat-element has been inserted you can setup specifications for the repeat in the pop-up window:

  

 

The details of the Excel repeat element can be read on the description of the Repeat element of the normal template designer.

    • Related Articles

    • Excel designer

      Excel Support It is possible to generate Excel output in InterFormNG2, and it is also possible to convert Excel files into XML. You need however to have a license for InterFormNG2, that includes the Excel functionality, which can be support for ...
    • Excel cells

      In order to add data in the Excel output in the Excel designer, then you need to insert at least one cell. A cell can only be inserted within a row and a row can only be inserted within a sheet. This section contains these topics: 1.Create a cell. ...
    • Excel rows

      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. The row itself does not output any contents of the ...
    • Excel to XML component

      The advanced, converter workflow component, Excel to XML converts an input excel file in the .xlsx format into the special XML format. The converter handles rows, columns and the most important styles. A related workflow component can create an ...
    • CSV file into Excel

      InterFormNG2 is able to convert generic CSV files into Excel. This section describes how that can be done. As an example we consider a CSV file with this content: Seq,Product No,Description 1,4234,aaaaa 2,23423,bbbbbb 3,3423,ccccccc 4,345,dddd ...