Export WebGrid™ Data to Excel with Ease
Export row data, headers, and summaries from the WebGrid™ to a binary-compatible Excel spreadsheet, which can be opened by Excel 97 or later. The Excel engine in the Infragistics.Excel class library does not have dependencies on Excel or Microsoft Office, which means there is no heavy overhead to accomplish export tasks.
Exporting WebGrid data to Excel is provided through the non-visual component WebGridExcelExporter™. Exporting to Excel format allows you to control how layouts and appearances are applied to the data before export and which data is included or excluded. Excel export takes advantage of many of the advanced formatting features of Excel, and export is not limited to grid data; column headers, footer rows, and more can all be included in the export.
Key Features
- 100% Managed - Based on the Infragistics.Excel object model, Infragistics implementation of an XLS file format reader/writer and object model that is 100% managed code and that can run in partial trust.
- High Fidelity - Obtain a high-fidelity rendition of the WebGrid in Excel right down to its styling, borders and hierarchical indentation.
- Event Driven - Customize the formatting and appearance of the exported data grid with many fine-grained events.
- Easy to Use - Export from any server-side event handler, it only takes one method call to the Export method.