Create an Excel worksheet with column definitions

Excel worksheet data must be in the first work sheet of the Excel file. First row must contain column names according to template drawing.

Excel worksheet column definitions has 3 standard column names:

  • TemplateDrawing – This column defines which template drawing (.drw or .dwg) will be used in generation. It is also possible to use multiple template drawings by creating columns with consecutive numbering (TemplateDrawing2...TemplateDrawing50). All template drawings will be merged together after the main template file (TemplateDrawing).

  • DrawingFile – This column defines the name of the generated drawing (.drw or .dwg).

  • The DrawingFile column can be left out from the Excel worksheet. In this case, one drawing file will be generated and the file name will be asked from the user.

  • RowNumber – This numeric column can be used to generate several data rows to one drawing file. If the rownumber value is > 0, will be value replaced from the template drawing which is: $ + column name + [rownumber ] + $, for example: $ID[1]$, $ID[2]$, etc.

You can define the other column names freely.