I have a project at work that will require me to take data from multiple spreadsheets. Then I must perform some calculations on the data and output it in a 389-column wide flat file, for use as input to a mainframe program. Do you know if Visual C++ is capable of reading in .xls files? Also, do you know if C++ can output 389 columns? If not, do you know of some other program that will? I used C++ in college, but never had to do anything like this (go figure).
Thanks in advance for you help.
Thanks in advance for you help.