Export results to Excel
Is it possible to export query results to Excel or just a csv?
I'm talking about the latest .NET MVC version.
Is it possible to export query results to Excel or just a csv?
I'm talking about the latest .NET MVC version.
Hello, Dave.
The component doesn't do anything with result data. It's intended to work with SQL queries, not with result data. You can use any third-party data manipulation components to display and export data.
We found it easy and helpful to use the NPOI library to export data to Excel. You can find the code sample in the Knowledge Base.