Soroush Rabiei
Soroush Rabiei

Reputation: 10868

Reading MS excel file from C++

I'm looking for a way to open an excel spreadsheet and read data from it within a c++ program. I know there is a lot of question already asked about this, but I would like to use an OpenSource or free library. (not duplicate question! + Googled around and nothing found)

Thanks

Upvotes: 4

Views: 9842

Answers (2)

Raymond Burkholder
Raymond Burkholder

Reputation: 504

As mentioned over in Article 2876720, ExcelFormat fits the bill. I have used it with success.

Upvotes: 1

rakke
rakke

Reputation: 7119

Perhaps this will do the trick for you: XLW - A Wrapper for the Excel API

Upvotes: 0

Related Questions