views:

66

answers:

2

Hi,

i am looking for a 3rd party utility pack sort of library for .Net to handle excel merging with formating, formulas, charts and etc. which does its job well and if possible fast.

+1  A: 

I assume you already know how to do it manually but just incase it can be done without a third party software as this article details...

http://www.ehow.com/how_13023_merge-workbooks-excel.html

You can also use the following to handle bulk merging for you

http://www.essexredevelopment.com/

Nic
i need to merge files programmatically, not by hand.
Orkun Balkancı
For programming I would highly recommend Aspose.Cells
Nic
Thx but i couldn't see any merging ability in the features of Aspose..
Orkun Balkancı
+1  A: 

SpreadsheetGear for .NET can do it. You should try it with your own workbooks to know whether it's fast in your case, but you can see quotes from some SpreadsheetGear customers regarding performance on the right hand side of this page.

You can see the live "Excel Workbook Consolidation" sample with C# and VB.NET source on our Excel Reporting samples page and download the free trial here.

Disclaimer: I own SpreadsheetGear LLC

Joe Erickson
thx alot, i guess i missed that part. I will give it a try now!
Orkun Balkancı
I copied all the cells to the a worksheet from the source files' worksheet and it worked fine! Thx for the the good work.
Orkun Balkancı