This is an old revision of the document!


Row lists

Djeeni lets you process information from every row of a worksheet. Put your process steps between Row List Start and Row List Next:

  Row List Start
    ...Process steps for each row on the worksheet...
  Row List Next

If you want to refer to a cell of the current row inside the row list you can use #. For example, if you have a list of departments and column C contains the names of the departments then:

  [$wsCompanies!C#]

is the department name in the current row of the row list.