I have a dotnet 8 console application that needs to create Excel workbooks. I've used the Infragistics Excel support in lots of places in the past, but from WinForms, ASP.Net or Blazor apps. Which nuget package is the most appropriate one to use when working in a console application?
Thanks Ivan
Hello Kevin,
I would recommend you using the Windows Forms NuGet packages (“Infragistics.WinForms.Excel”), even though all of the packages use the shared Infragistics Excel Library, the ones for the ASP and Blazor are specifically designed for Web development, which is why I am recommending the WinForms option.
Please let me know if you need any further assistance.
Regards, Ivan Kitanov