Unable to find GridExcelConverter in WinForms GridControl Assembly for .NET 6

Looking at your sample for exporting data from the Grid control to Excel (or any format for that matter) using packages imported to .NET 6. Can't find any references to the GridExcelConverter

Imported Syncfusion.XlsIO.WinForms, Syncfusion.Grid.Windows, Syncfusion.DataGridExport.WinForms. What am I missing. Do you have a link to a .NET 6 project?


1 Reply

VS Vijayarasan Sivanandham Syncfusion Team June 8, 2022 02:46 PM UTC

Hi Kevin McCarty,

We suspect that you are not installed the Syncfusion.GridExport.WinForms NuGet package. So, GridControl export options are not installed in your application.


You should install Syncfusion.GridExport.WinForms NuGet package to export the contents of the GridControl to Excel. For more information related to NuGet details refer to the below user guide documentation link,

UG Link: https://help.syncfusion.com/windowsforms/control-dependencies#exporting-gridcontrol-to-excel-pdf-and-csv

https://help.syncfusion.com/windowsforms/grid-control/exporting#excel-export

Please find the Grid Control added via designer video demo in the attachment.
(Note: Need to install the NuGet Package based on control used in the application )

You can refer to the below-given documentation to know more about our WinForms controls dependencies.

UG Link: https://help.syncfusion.com/windowsforms/control-dependencies

Please find the sample in the attachment and let us know if you have any concerns in this.


Regards,

Vijayarasan S


Attachment: Sample_And_Video_Demo_d761e79.zip

Loader.
Up arrow icon