Excel in C#

  • Thread starter Thread starter Kürþat
  • Start date Start date
K

Kürþat

Hi,

What is the best and most up to date way of using excel in C# programs?

Thanks in advance
 
Hi,

What is the best and most up to date way of using excel in C# programs?

Thanks in advance

I'd highly recommend third-party tools like SyncFusions's XlsIO or
SoftArtisan's ExcelWriter. They can do almost everthing Excel can do
but are written as .NET assemblies and are dramatically (like 100x)
faster.

Thanks

Carl
 
Hi,

What is the best and most up to date way of using excel in C# programs?

Thanks in advance

Hi,

What s what you want to do?
To start do a search for C# excel interop and you will get plenty of
articles about it
 
message
Hi,

What is the best and most up to date way of using excel in C# programs?

Thanks in advance

Hi,

What s what you want to do?
To start do a search for C# excel interop and you will get plenty of
articles about it

Well, I know about excel interop. I used it before and I remember strange
behavior about the technique. For example, if I remember correctly, excel
process was staying alive after we close the application keeping the file on
which I worked locked until I manually end the process using task manager.
 
Hi,

What is the best and most up to date way of using excel in C# programs?

Thanks in advance

I'd highly recommend third-party tools like SyncFusions's XlsIO or
SoftArtisan's ExcelWriter. They can do almost everthing Excel can do
but are written as .NET assemblies and are dramatically (like 100x)
faster.

Thanks Carl.
 
Hello Kürþat,
Hi,

What is the best and most up to date way of using excel in C#
programs?

Thanks in advance

Aspose also has a very nice component to do this job efficiently.

Another Question... In which context are you thinking of using Excel? In
a windows forms app? In a webapp? are you showing an embedded version of
excel, or just opening a file in excel later?
 
Back
Top