Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1479
Which nuget package to use to create an Excel workbook from a Net8(+) Console application?
posted

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? 

Parents
No Data
Reply
  • 1700
    Offline posted

    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​​​​

Children