Active Query Builder support area

Export results to Excel

Avatar
  • updated
  • Completed

Is it possible to export query results to Excel or just a csv?

I'm talking about the latest .NET MVC version.

Avatar
Andrey Zavyalov, PM

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.

Avatar
Andrey Zavyalov, PM

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.