I'am using the last version of syncfusion export Component. I use Asp.Net WebForms and my frameword is 4.72. I use the following call:
FlatGridLotacao.DataSource = dtLotacao;
FlatGridLotacao.DataBind();
exp.Export(FlatGridLotacao.Model, FlatGridLotacao.DataSource, "Relatório Usuários Por Departamento de Lotação.xlsx", ExcelVersion.Excel2010, true, true, "flat-lime");
System.Threading.ThreadAbortException: 'Thread was being aborted.' is the error that I getting.
em System.Threading.Thread.AbortInternal()
em System.Threading.Thread.Abort(Object stateInfo)
em Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAs(String fileName, HttpResponse response, ExcelDownloadType downloadType, ExcelHttpContentType contentType)
em Syncfusion.EJ.Export.GridExcelExport.Export(GridProperties gridModel, Object dataSource, Boolean multipleExport)
Hi Edes,
Thanks for contacting syncfusion forum.
The information provided will be helpful to provide you with a response as early as possible.
Regards,
Pon selva