Excel Import Export

This sample demonstrates Excel xlsx files import/export capabilities provided by the wijmo.xlsx and wijmo.grid.xlsx module. All these import and export operations occur solely on the client, without requiring to maintain any server-side services.

FlexGrid Import Export (JSZip 2)

Synchronous FlexGrid Import Export

Shows how to export or import FlexGrid content to/from an Excel xlsx file with save/load methods of FlexGridXlsxConverter class.

View Sample

FlexGrid Import Export (JSZip 3)

Asynchronous FlexGrid Import Export

Shows how to export or import FlexGrid content to/from an Excel xlsx file with saveAsync/loadAsync methods of FlexGridXlsxConverter class.

View Sample

Expense Report

Arbitrary data Export

Exports a hierarchical array of data, containing employees' expenses, to an Excel xlsx file.

View Sample

Workbook Viewer

Import to Workbook Object Model

Implements a simple Excel workbook viewer that loads an xlsx file and displays its content on the page.

View Sample