Versions Compared

Key

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

...

reporting_addData(sheetName, data, [headerRowsNo])

Description:

Excerpt

Adds a number of rows to the Excel worksheet which was set up before with the reporting_setupSheet routine.

...

Parameter name

Type

Required

Description

sheetName

string

Yes

The worksheet name. The worksheet should have been already set up.

datastring []YesThis is an array of data which will be written to the worksheet. The number of elements must be divisible by the number of elements of the columnTypes array that was used during the sheet setup. If the number is not divisible, an exception will be thrown.
headerRowsNonumberNoThe number of rows of the already defined header (available since 1.5.4/1.6.4)

Return type:

The returned value has no meaning.

...