Package version:

Interface ExcelDataset

Excel dataset.

Hierarchy

Properties

annotations?: any[]

List of tags that can be used for describing the Dataset.

compression?: DatasetCompression

The data compression method used for the json dataset.

description?: string

Dataset description.

firstRowAsHeader?: any

When used as input, treat the first row of data as headers. When used as output,write the headers into the output as the first row of data. The default value is false. Type: boolean (or Expression with resultType boolean).

folder?: DatasetFolder

The folder that this Dataset is in. If not specified, Dataset will appear at the root level.

linkedServiceName: LinkedServiceReference

Linked service reference.

The location of the excel storage.

nullValue?: any

The null value string. Type: string (or Expression with resultType string).

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for dataset.

Type declaration

range?: any

The partial data of one sheet. Type: string (or Expression with resultType string).

schema?: any

Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.

sheetIndex?: any

The sheet index of excel file and default value is 0. Type: integer (or Expression with resultType integer)

sheetName?: any

The sheet name of excel file. Type: string (or Expression with resultType string).

structure?: any

Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.

type: "Excel"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc