Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All ExcelWriter data markers are prefaced with '%%=' and the additional '$' sign means that the data source for this data marker is 1-dimensional (e.g. 1-dimensional array or single value). 'DataValue' is the data marker ID we'll use to bind the data to this data marker.

Info

We've already added the single data In the sample code, the marker '%%=$DataValue' has been added to the template Hello World.xlsx template file.

3. Now the template file is done. Next is writing the code to bind the string value to the data marker.

...