ASP.NET MVC Controls
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:

  • In order to invoke the synchronous save and load methods, JSZip2 library should be referenced in html page with the markup like this:

    <script src="http://cdnjs.cloudflare.com/ajax/libs/jszip/2.5.0/jszip.min.js"></script>
    

  • In order to invoke the asynchronous save and load methods, JSZip3 library should be referenced in html page with the markup like this:

    <script src="http://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js"></script>
    

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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback