How to add Excel sheet to console application

前端 未结 3 1792
抹茶落季
抹茶落季 2021-01-29 15:35

Can any one explain the process of adding excel file in C# and What are the requirements for that?
Is it necessary to install MS Excel in the system for using of Excel in C#

3条回答
  •  野的像风
    2021-01-29 16:32

    SpreadsheetGear for .NET will let you use Excel files in any .NET application (Console app, WinForms, ASP.NET, etc...) without having Excel installed.

    You can see live samples here and download the free trial here.

    Disclaimer: I own SpreadsheetGear LLC

提交回复
热议问题