Export to XLSX
To export FlexGrid controls to the XLSX format, you should include following extra modules in your application:
- jszip.js: Javascript library for creating, reading and editing ZIP files.
To export FlexGrid to XLSX, call the FlexGridXlsxConverter.save method to obtain a 'book' object. You may modify the book object before saving it. For example, you may add or rename sheets. Once the 'book' is ready, call its save method to create the XLSX file.