Skip to main content Skip to footer
JavaScript Icon

Importing and Exporting Excel Sheets for JavaScript Datagrids

If your business relies on Excel for data management, you can use Wijmo's JavaScript datagrid, FlexGrid, to both import XLSX files, as well as export your FlexGrid data into an XLSX file to view in Excel. FlexGrid also supports both synchronous and asynchronous data exportation and has the ability to retain formatting and styles set by FlexGrid and Excel.

Import/Export Excel

Wijmo's JavaScript datagrid, FlexGrid, allows users to import and export data from their datagrid via XLSX files. Users can then view this data either within FlexGrid or inside of Microsoft Excel.

Excel Import/Export Documentation

Asynchronous Export

FlexGrid allows for both synchronous and asynchronous data importing and exporting. To let your users continue to work on the web page while FlexGrid prepares the document and your browser downloads it, use FlexGrid's asynchronous export method.

Asynchronous Export Demo

Format and Style

If you need to style cell content, FlexGrid components retain style while importing and exporting data. This allows users to retain all of the styles and layout properties assigned, whether in FlexGrid or Excel.