Reputation: 10868
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
Reputation: 504
As mentioned over in Article 2876720, ExcelFormat fits the bill. I have used it with success.
Upvotes: 1
Reputation: 7119
Perhaps this will do the trick for you: XLW - A Wrapper for the Excel API
Upvotes: 0