您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. libxls-0.2.0.tar.gz

  2. libxls is a C library which can read Excel (xls) files. It has been tested on Linux x86 and Cygwin but may work on any little-endian system. It is not compatible with big endian systems.libxls can read excel files since Excel 97 (the BIFF8 format) l
  3. 所属分类:C

    • 发布日期:2014-08-09
    • 文件大小:352256
    • 提供者:kobe0915
  1. Libxls软件合集

  2. 关于libxls的各个版本的软件合集 对开发有一定的帮助
  3. 所属分类:C

    • 发布日期:2015-07-27
    • 文件大小:3145728
    • 提供者:qqqinrui
  1. xlslib-package-2.5.0

  2. 写excel的开源库代码,configure之后需要修改makefile文件,主要是修改automake相关路径,添加miss文件,具体参考libxls里面
  3. 所属分类:C++

    • 发布日期:2017-09-11
    • 文件大小:1048576
    • 提供者:fengdijiang
  1. libxls库文件

  2. 32位windows版本libxls库文件,支持中文, 包含了头文件
  3. 所属分类:C++

    • 发布日期:2018-04-19
    • 文件大小:710656
    • 提供者:weijun23
  1. libxls生成的库文件

  2. 具体配置及编译方法见博客:http://www.cnblogs.com/Meong/p/8279229.html
  3. 所属分类:C++

    • 发布日期:2018-02-23
    • 文件大小:209920
    • 提供者:abcmy305
  1. xlslib-2.5.0

  2. xlslib库是用来创建excel文件、libxls是用来读取excel文件的。vc2015编译版本,支持中文字符串。
  3. 所属分类:C++

    • 发布日期:2018-10-29
    • 文件大小:989184
    • 提供者:byxdaz
  1. 开源的excel读取库libxls在windows下的使用全套

  2. 开源的excel读取库libxls在windows下的源码,库,使用示例,包含32+64位
  3. 所属分类:C/C++

    • 发布日期:2018-11-29
    • 文件大小:2097152
    • 提供者:ljt350740378
  1. Excel库 libxls.zip

  2. #include "libxls/xls.h" int LEDSDK::ExcelInit() { xlsWorkBook *pWb = NULL;//文件 xlsWorkSheet *pWs; //Sheet xlsRow *row_current;//提取行 int r, c; const char b[] = "UTF-8";//编码方式 pWb = xls_open("rule.xls", b);//这里如果打不开 ,在路径正确的同时,将文件另存一下,一定要保存为xls文件。 if (
  3. 所属分类:其它

    • 发布日期:2019-08-01
    • 文件大小:711680
    • 提供者:bbt_zqj
  1. libxls读取excel.zip

  2. 通过libxls库读取excel文件,并进行相应处理。样例通过vs2015编写控制台程序,读取excel.xls批量生成文件夹,希望给有相关需求的一些帮助。
  3. 所属分类:C++

    • 发布日期:2019-10-21
    • 文件大小:932864
    • 提供者:u013010354
  1. libxls-code-r185-trunk.zip

  2. 该资源为libxls源码,可以自行下载编译,也可以从原理上搞清楚如何实现的读取excel,并对其进行二次开发,其中里面有案列
  3. 所属分类:嵌入式

    • 发布日期:2020-09-02
    • 文件大小:526336
    • 提供者:windy_20150214
  1. libxls-1.4.0.zip

  2. 使用vs2008静态编译的libxls库,该库是开源的,可用于读取xls格式的数据,可放心用于商业项目中。
  3. 所属分类:互联网

    • 发布日期:2020-11-25
    • 文件大小:615424
    • 提供者:tangxiuguang