DELPHI盒子
!实时搜索: 盒子论坛 | 注册用户 | 修改信息 | 退出
检举帖 | 全文检索 | 关闭广告 | 捐赠
技术论坛
 用户名
 密  码
自动登陆(30天有效)
忘了密码
≡技术区≡
DELPHI技术
lazarus/fpc/Free Pascal
移动应用开发
Web应用开发
数据库专区
报表专区
网络通讯
开源项目
论坛精华贴
≡发布区≡
发布代码
发布控件
文档资料
经典工具
≡事务区≡
网站意见
盒子之家
招聘应聘
信息交换
论坛信息
最新加入: laidabin
今日帖子: 1
在线用户: 0
导航: 论坛 -> DELPHI技术 斑竹:liumazi,sephil  
作者:
男 emailx45 (emailx45) ▲▲▲▲△ -
普通会员
2019/12/9 23:17:01
标题:
LibXL Excel Library v3.8.4 (18 Dec 2018) for Windows +Keygen 浏览:3749
加入我的收藏
楼主: LibXL Excel Library v3.8.4 (18 Dec 2018) for Windows +Keygen
Direct reading and writing Excel files

LibXL is a library that can read and write Excel files. It doesn't require Microsoft Excel and .NET framework, combines an easy to use and powerful features. Library can be used to

Generate a new spreadsheet from scratch
Extract data from an existing spreadsheet
Edit an existing spreadsheet
LibXL can help your applications in exporting and extracting data to/from Excel files with minimum effort. Also it can be used as report engine. Library can be used in C, C++, C#, Delphi, Fortran and other languages. Supports Excel 97-2003 binary formats (xls) and Excel 2007-2016 xml formats (xlsx/xlsm). Supports Unicode and 64-bit platforms. There are a wrapper for .NET developers and separate Linux, Mac and iOS editions. See features of the library in demo.xls or demo.xlsx files.

Simple interoperate, no more Excel dependency

LibXL has C/C++ headers, Delphi unit and .NET assembly for including in your project. No OLE automation.

Customizing the look and feel

LibXL supports numerous formatting options: alignments, borders, colors, fill patterns, fonts, merging cells and so on.

High performance

Writing speed is about 2 100 000 cells per second for numbers and 240 000 cells per second for 8-character random strings in binary xls format (CPU 3.2 GHz).

Royalty-free distribution with your application

Our customers can use this library in their commercial applications without any additional fees.

Code example: generate a new spreadsheet from scratch

#include "libxl.h"
using namespace libxl;

int main() 
{
    Book* book = xlCreateBook(); // xlCreateXMLBook() for xlsx
    if(book)
    {
        Sheet* sheet = book->addSheet(L"Sheet1");
        if(sheet)
        {
          sheet->writeStr(2, 1, L"Hello, World !");
          sheet->writeNum(3, 1, 1000);
        }
        book->save(L"example.xls");
        book->release();
    } 
    return 0;
}


https://drive.google.com/open?id=1_sdcn_AA3FO5yFG4lloSQH6LhC3BevS3
https://mshare.io/file/HrDOuo8M
https://cuscctueduvn-my.sharepoint.com/:u:/g/personal/nathi161_cusc_ctu_edu_vn/ETGljShli1NDr3k3-Qec9CQB9bvaBQSjlXjYW5XEcvotFA?e=wM6dgo
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
作者:
男 luckyrandom (luckyrandom) ★☆☆☆☆ -
普通会员
2019/12/10 9:21:28
1楼: 汗,下载不到,可能需要翻墙
之前写过直接调用Excel,若不依赖Excel,当然这个更好
----------------------------------------------
SQL SERVER DBA QQ:315054403 曾经的Delphier  缘在上海
作者:
男 kaida (kaida) ★☆☆☆☆ -
盒子活跃会员
2019/12/10 11:00:37
2楼: 转存:
LibXL_for_Windows_3.8.4_Retail.rar
Windows的LibXl是一个库,您可以在其中读取Excel文件。 无需使用Microsoft Excel和.NET框架,此集具有易于使用的功能和强大的功能。 LibXl库可帮助您的程序将数据提取到Excel文件中或从中提取数据,还可以用作报告引擎。 LibXl库可以在C,C ++,C#,Delphi,Fortran和其他编程语言中使用。
----------------------------------------------
http://down.desei.com.cn/down/1041485/MyWeb/VCLs.html
作者:
男 luckyrandom (luckyrandom) ★☆☆☆☆ -
普通会员
2019/12/10 15:41:42
3楼: 已下载,感谢 kaida
----------------------------------------------
SQL SERVER DBA QQ:315054403 曾经的Delphier  缘在上海
作者:
男 pcb (pcb) ★☆☆☆☆ -
盒子活跃会员
2019/12/10 18:38:17
4楼: 补充下,官网最新版本是3.8.8,下载地址:  https://www.libxl.com/download/libxl-win-3.8.8.2.zip,用这个3.8.4注册机生成的注册码可以用。
----------------------------------------------
-
作者:
男 hardnut (麦轲数据管家) ★☆☆☆☆ -
普通会员
2019/12/11 10:10:55
5楼: 有源码吗?
----------------------------------------------
UniKeeper V10.40 -- 您最贴心的个人数据管理助手
作者:
男 dalas (dalas) ★☆☆☆☆ -
普通会员
2019/12/12 22:20:21
6楼: 官网的下载真慢
此帖子包含附件:
PNG 图像
大小:23.1K
----------------------------------------------
-
作者:
男 kaida (kaida) ★☆☆☆☆ -
盒子活跃会员
2019/12/12 23:48:57
7楼: @dalas (dalas):
libxl-win-3.8.8.2.zip
----------------------------------------------
http://down.desei.com.cn/down/1041485/MyWeb/VCLs.html
作者:
男 dalas (dalas) ★☆☆☆☆ -
普通会员
2019/12/13 9:27:04
8楼: @kaida (kaida)
非常感谢!!
----------------------------------------------
-
作者:
男 kylix2008 (kylix2008) ★☆☆☆☆ -
普通会员
2019/12/13 16:47:55
9楼: 好东西。感谢分享。不知对WPS保存的EXCEL格式文件兼容性如何?
----------------------------------------------
-
作者:
男 c5soft (大道至简) ▲▲▲▲▲ -
普通会员
2019/12/14 7:14:56
10楼: 3.8.8.2 key 能用!
----------------------------------------------
-
信息
登陆以后才能回复
Copyright © 2CCC.Com 盒子论坛 v3.0.1 版权所有 页面执行80.07813毫秒 RSS