This sample demonstrates Excel(.xlsx) import/export capabilities provided by the wijmo.xlsx and the wijmo.grid.xlsx module. All these import and export operations occur solely on the client, without having to maintain any server-side services.
Synchronous FlexGrid Import Export
Shows how to export or import FlexGrid content to/from an Excel file with the save/load methods of the FlexGridXlsxConverter class.
Asynchronous FlexGrid Import Export
Shows how to export or import FlexGrid content to/from an Excel file with the saveAsync/loadAsync methods of the FlexGridXlsxConverter class.
Arbitrary data Export
Exports a hierarchical array of data, containing employees' expenses, to an Excel file.
Import to Workbook Object Model
Implements a simple Excel workbook viewer that loads an Excel file and displays its content on the page.