FlexGrid Import/Export

The sample demonstrates how to export or import FlexGrid content to/from an Excel(xlsx) file.

To export FlexGrid content, pass the FlexGrid instance to the FlexGridXlsxConverter.save method. This generates content of xlsx file, which can be saved to a local file or sent to a server.

To populate FlexGrid with data from an xlsx file, pass the FlexGrid instance and content of the xlsx file to the FlexGridXlsxConverter.load method.