...
Parameter name | Type | Required | Description |
---|---|---|---|
templatePath | string | Yes | The Excel file name. The file should be located in the directory: JIRA_HOME/kepler/reports |
useStreaming | boolean | No | This parameter controls the writing process. If true it will allow writing a very large amount of data but it will not allow overwriting any content in the targeted sheets. |
Return type
The returned value has no meaning.
Examples
Example 1
Code Block |
---|
reporting_setupTemplate("templateFile.xlsx", false); |
...