Export grid to Excel, Pdf and txt (csv)

This demo is showing how to build the grid model and use it to export the data in various formats (xls, pdf, txt) using external libraries and custom code.






Export the content of a grid to excel, pdf and txt file (csv). To create an excel file we're using the NPOI library.
For exporting to Pdf the iText7 library is used.
To get the entire source code you can download this demo.



Comments