Managing xls

  • Thread starter Thread starter Bruno Kovaèiæ
  • Start date Start date
B

Bruno Kovaèiæ

Hy!

I'm having problem managing xls files from c#.
I have 3 xls files, and need to merge it's sheets into one new file.
Does anyone know how to do it?

Thanks!
 
Bruno said:
I'm having problem managing xls files from c#.
I have 3 xls files, and need to merge it's sheets into one new file.
Does anyone know how to do it?

Is Excel installed on the system? Then you can automatate Excel to do that.
 
Bruno Kovaèiæ said:
Hy!

I'm having problem managing xls files from c#.
I have 3 xls files, and need to merge it's sheets into one new file.
Does anyone know how to do it?

Is Excel available on the computers that the software will be running? Will
it be the same version of Excel? You could consider using a third party
solution. I use a product from TMS Software called FlexCel that is
reasonably priced and has an insert and copy method that would do what you
need in a few lines of code.

PS
 

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