从 C++ 读取 MS Excel 文件

发布于 2024-11-18 16:02:48 字数 109 浏览 2 评论 0原文

我正在寻找一种在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小红帽 2024-11-25 16:02:48

正如第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.

人海汹涌 2024-11-25 16:02:48

也许这对你有用:XLW - A Wrapper for the Excel API

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文