Hi,

I just got a job programming a windows application. One of the requirements is reading and writing values from an excel spreadsheet. Looking online, it appears that C++ isn't the best (one of the worst?) languages for reading and writing values from excel files. Now the language I'm most familiar with is C++ and I've been looking at C#, and it appears to be much easier to read excel files. So I'm just debating what I should do, and I'm looking for advice. Do you think it might be easier to learn C#, since I'm quite familiar with C++, and write the application in C#? Or is using C++ with excel easier than it looks? Thank you very much for the help. This site has always been awesome.

Greg