Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C# Application export to excel

Status
Not open for further replies.

aTekTipsUser

Programmer
Nov 8, 2004
68
US
I have a c# application that exports to excel. I have office 2003, but the end user has 2000. Is there a way that I can use the Microsoft.Office.Interop even though we have different versions? Would I need to install the office 2000 on my computer? Is there some way to get the 11.0 Interop on their computer? Thanks for the help!
 
You might like to take a look at this library:
It has a bit of a learning curve, but I like it much better than using the com libraries for excel. It'll work without excel even being installed, and it is much faster.

To get you started there is also a program that you can load an xml spreadsheet into, and it will spit out the code to generate that spreadsheet.

Hope this helps,

Alex

[small]----signature below----[/small]
Now you can go where the people are one!
Now you can go where they get things done!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top