本文介绍了C ++库加载Excel(.xls)文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一个免费的C ++库,可以在Windows和Linux中加载.xls文件。如果我不得不作出选择,Linux将是最低限度的。



我尝试过LibXL,但是出现了这个惊人的错误:



在试用版中看不到更多的单元格



所以现在我正在寻找一个免费版本:),不幸的是xlsLib不提供加载现有.xls文件的能力。



谢谢

解决方案>

我们已经取得了成功:


I'm looking for a free C++ library that can load .xls files in both Windows and Linux. If I had to make a choice, Linux would be the bare minimum.

I've tried LibXL, but got this amazing error:

"can't read more cells in trial version"

So now I'm on the hunt for a free version :), unfortunately xlsLib doesn't provide the ability to load existing .xls files.

Thanks

解决方案

We have had success with: ExcelFormat

这篇关于C ++库加载Excel(.xls)文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 22:55