Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Param
columnNames
columnNames

The one-dimensional array of strings that represent the field names to be replaced by the data. These names must match the column names from your data source. {param}

Param
maxRows
maxRows

Specifies the maximum number of rows to import from the data source. To import the maximum rows available, use the constant WordTemplate.ALL_ROWS . {param}

Param
transpose
transpose

If transpose is set to true, the array is treated as Object[column, row]. If transpose is set to false, the array is treated as Object[row, column].

...