Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExcelDataset

Package version

Excel dataset.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional annotations

annotations: any[]

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

Optional compression

compression: DatasetCompression

The data compression method used for the json dataset.

Optional description

description: undefined | string

Dataset description.

Optional firstRowAsHeader

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).

Optional folder

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

linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

Optional location

The location of the excel storage.

Optional nullValue

nullValue: any

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

Optional parameters

parameters: undefined | {}

Parameters for dataset.

Optional range

range: any

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

Optional schema

schema: any

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

Optional sheetIndex

sheetIndex: any

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

Optional sheetName

sheetName: any

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

Optional structure

structure: any

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

type

type: "Excel"

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

Generated using TypeDoc