从 C++ 读取 MS Excel 文件
我正在寻找一种在 C++ 程序中打开 Excel 电子表格并从中读取数据的方法。我知道已经有很多关于此问题的问题,但我想使用开源或免费库。 (不是重复的问题!+用谷歌搜索但没有找到)
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
正如第2876720条中提到的,< a href="http://www.codeproject.com/Articles/42504/ExcelFormat-Library" rel="nofollow noreferrer" title="ExcelFormat">ExcelFormat 符合要求。我已经成功使用它了。
As mentioned over in Article 2876720, ExcelFormat fits the bill. I have used it with success.
也许这对你有用:XLW - A Wrapper for the Excel API
Perhaps this will do the trick for you: XLW - A Wrapper for the Excel API