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?
 
Hi Kürþat,

You should use 3rd party component. Most 3rd party components are over
100 times faster then Office interop and they don't need your clients to
have Microsoft Excel installed on their computers for application to
work. You should try GemBox <a
href="http://www.gemboxsoftware.com/GBSpreadsheet.htm">spreadsheet
component</a> that is free for use if you need less then 150 rows.

Filip
<a gref="http://www.gemboxsoftware.com">Excel component</a>
 
Hi Kürþat,

You should use 3rd party component. Most 3rd party components are over
100 times faster then Office interop and they don't need your clients to
have Microsoft Excel installed on their computers for application to
work. You should try GemBox <a
href="http://www.gemboxsoftware.com/GBSpreadsheet.htm">spreadsheet
component</a> that is free for use if you need less then 150 rows.

Filip
<a href="http://www.gemboxsoftware.com">Excel component</a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top