Reading data from a MS excel-file?

Jul 13, 2011 at 10:19am
Hi!

I have a school project to make a GUI program using C++ and wxWidgets framework that reads input data from *.xls files and outputs histograms.

My question is how can I read data from an excel-file in C++? Are there spesific libraries I need for this or something...?

P.S. any recommendations on the "best" APIs I should use for GUI etc.?

Thnx for all help :)

Jul 13, 2011 at 12:26pm
Make file dialog, then make filter, and output everything in text box.
Jul 13, 2011 at 1:10pm
Thank you for reply =)

I will give it a go :D
Topic archived. No new replies allowed.