WriteSheet Method

Using this method you can write content from a single entity in a context store into an Excel sheet

PARAMETERS

Format

String (Context Store Reference, Data Constant Reference)

The format of an Excel file. The accepted values are XLS and XLSX. The default values is XLSX.

FileName

String (Context Store Reference, Data Constant Reference)

A path to an output Excel file.

SheetName

String (Context Store Reference, Data Constant Reference)

A name of the sheet to write to.

Entity

String (Context Store Reference, Data Constant Reference)

A name of an entity to read from.

Options

XML (Context Store Reference)

TextReaderOptions XML specifying how the data will be handled. The only part now is the Format that is used for formatting the result dates.

Data

XML (Context Store Reference)

The input data that will be written to the Excel sheet.

Parameter

Type

Description