开发者

Reading MS excel file from C++

开发者 https://www.devze.com 2023-03-17 09:16 出处:网络
I\'m looking for a way to open an excel spreadsheet and read data from it within a c++ program. I 开发者_C百科know there is a lot of question already asked about this, but I would like to use an OpenS

I'm looking for a way to open an excel spreadsheet and read data from it within a c++ program. I 开发者_C百科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


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消