Home Reference Source Test Repository

Typedef

Static Public Summary
public

Commad line options.

public

Range of an output sheets.

public

The data of the sheet.

Static Public

public CLIOptions: Object source

Commad line options.

Properties:

NameTypeAttributeDescription
help Boolean

Mode to display the help text.

version Boolean

Mode to display the version number.

input String

Path of the XLSX file.

input Range

Range of an output sheets.

count Boolean

Outputs the number of sheet.

public Range: Object source

Range of an output sheets.

Properties:

NameTypeAttributeDescription
begin Number

Begin of an output sheets.

end Number

End of an output sheets.

public SheetData: Object source

The data of the sheet.

Properties:

NameTypeAttributeDescription
name String

Sheet name.

sheet Object

Data obtained by converting the XML of the sheet to the JavaScript Object.

strings Object

Data obtained by converting the XML of the shared strings to the JavaScript Object.