资源简介
libXL 3.6.5.0 For Windows 64位版 最新完美破解,用libxl-3.6.5.0\Crack\libxl.dll即可无限制地使用本程序库了。 libXL 能直接读写Excel文件而不依赖于是否安装Microsoft Office。
代码片段和文件信息
#include
#include
#include “libxl.h“
int main()
{
BookHandle book = xlCreateBook();
if(book)
{
int i f[6];
FormatHandle format[6];
SheetHandle sheet;
f[0] = xlBookAddCustomNumFormat(book “0.0“);
f[1] = xlBookAddCustomNumFormat(book “0.00“);
f[2] = xlBookAddCustomNumFormat(book “0.000“);
f[3] = xlBookAddCustomNumFormat(book “0.0000“);
f[4] = xlBookAddCustomNumFormat(book “####.00 $“);
f[5] = xlBookAddCustomNumFormat(book “####.00 $[Black][<1000];####.00 $[Red][>=1000]“);
for(i = 0; i < 6; ++i) {
format[i] = xlBookAddFormat(book 0);
xlFormatSetNumFormat(format[i] f[i]);
}
sheet = xlBookAddSheet(book “Custom formats“ 0);
if(sheet)
{
xlSheetSetCol(sheet 0 0 20 0 0);
xlSheetWriteNum(sheet 2 0 25.718 format[0]);
xlSheetWriteNum(sheet 3 0 25.718 format[1]);
xlSheetWriteNum(sheet 4 0 25.718 format[2]);
xlSheetWriteNum(sheet 5 0 25.718 format[3]);
xlSheetWriteNum(sheet 7 0 1800.5 format[4]);
xlSheetWriteNum(sheet 9 0 500 format[5]);
xlSheetWriteNum(sheet 10 0 1600 format[5]);
}
if(xlBookSave(book “custom.xls“)) printf(“\nFile custom.xls has been created.\n“);
xlBookRelease(book);
}
printf(“\nPress any key to exit...“);
_getch();
return 0;
}
- 上一篇:dnspy反编译工具
- 下一篇:程序员面试金典文字版-带目录第5版
相关资源
- H310.B360.H370.Z390.USB WIN7 64位第三方驱动
- librdkafka win7 64位 vs2015编译Release版本
- 易语言Excel多表对应处理源码
- 易语言EXCEL另存为CSV文件源码
- Notepad++最新版tidy2插件仅64位可用
- notepad++文本比较插件32位和64位
- ILASM32位 + 64位
- MTP USB驱动win7 32+64位可用版
- EXCEL函数手册.chm格式
- Excel修复精灵中文免费版2009
- DataNumen Excel Repair Excel文件修复工具
- vue实现导出Excel的两个js文件-Blob+Exp
- Blob.js+Export2Excel.js
- elite4 2.x驱动(解决加密狗驱动丢失问
- 富士通dpk8300E+驱动for win7 64位驱动
- windows 64位系统下安装Code Warrior6.3方法
- LibXL for Windows 3.8.3 最新版Excel操作库带
- 钰硕ar8151网卡驱动 win7 64位 win7/10/xp
- EXCEL 甘特图模板
- 项目开发计划与跟踪汇总表模板
- 中文版excel2007 图表宝典(光盘附件)
- 嵌入式工程师周报 项目管理 甘特图
- Microsoft Visio 2013 Professional 64位简体中
- Ubuntu下操作Excel,qt代码
- Labwindows/CVI下Excel打开、读写操作
- 佳能canon lbp3000激光打印机驱动 for w
- epson 2020黑白激光打印机驱动 win7/win
- BusHound_v6.0.1正式版破解版 x86( 32位
- Bushound 64位破解版
- 一个很好用的屏幕录像工具,支持x
评论
共有 条评论