Hey all-

I'm a C programmer used to a Unix system just learning how to
use Visual C++, so my question is probably really simple:

How do I read in an excel table into my C++ code?

To be a little more specific suppose I have a 10 by 10 table of real numbers, is there a straitforward way to reading those 100 numbers into my code?

thanks,

matt