wijmo.xlsx Module

File
wijmo.xlsx.js
Module
wijmo.xlsx

The module has a dependency on the JSZip library which can be referenced as follows:

Classes

Interfaces

Enums

Properties

Properties

absCol

Indicates whether the original column index is absolute (for example: "$D") or relative (for example: "D").

Type
boolean

absRow

Indicates whether the original row index is absolute (for example: "$15") or relative (for example: "15").

Type
boolean

base64

base64 string for the exported result.

Type
string

base64Array

Converted int array for base64 string result.

Type
Uint8Array

col

A zero-based column index.

Type
number

href

Download link for the exported result.

Type
Function

row

A zero-based row index.

Type
number