如何在linux中用cpp读取.xls文件

发布于 2024-12-24 02:02:29 字数 136 浏览 4 评论 0原文

如何在linux中用cpp读取.xls文件?,我发现这个库libxls但用于C ,并找到了其他但不是免费的。

how read .xls file with cpp in linux ?, i found this library libxls but is for C , and found others but not free.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

金橙橙 2024-12-31 02:02:29

我使用 libxls 并与 c 和 c++ 代码混合:

//my c++ code

 extern "C" {
   #include "xls.h"
 }

...

i use libxls and made a mix with c and c++ code:

//my c++ code

 extern "C" {
   #include "xls.h"
 }

...
や三分注定 2024-12-31 02:02:29

如果您想为其编写自己的解析器,请在此处记录文件格式

http://www.wotsit.org/list.asp?search=xls&button=GO%21

the file format is documented here if you would like to write your own parser for it

http://www.wotsit.org/list.asp?search=xls&button=GO%21

聊慰 2024-12-31 02:02:29

我找到了 Excel Format 库,它适用于 Windows 和 Linux。它有一些警告,但如果您正在寻找一些基本功能,应该可以帮助您继续前进。

I've found the Excel Format lib, which works on windows and linux. It's got some caveats but if you're looking for some basic functionalities that should get you going.

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