4

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

sorush-r
  • 10,490
  • 17
  • 89
  • 173
  • @Mr E: now looks better? I don't know English well... – sorush-r Jul 04 '11 at 16:54
  • Sorry didn't mean to be snarky. The word you wanted was "programmatically". "Problematically" means something else! – YXD Jul 04 '11 at 17:09
  • 1
    possible duplicate of [C++ library to load Excel (.xls) files](http://stackoverflow.com/questions/2876720/c-library-to-load-excel-xls-files) – jogojapan Nov 30 '13 at 09:50
  • This question asks for a free C++ library that can be used to load MS Excel files: http://stackoverflow.com/questions/2876720/c-library-to-load-excel-xls-files In that way is that not an exact duplicate? – jogojapan Nov 30 '13 at 09:51

2 Answers2

1

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

Community
  • 1
  • 1
0

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

rakke
  • 6,819
  • 2
  • 26
  • 28