C++的Excel API XLW

码农软件 · 软件分类 · Excel开发包 · 2019-09-17 10:59:43

软件介绍

XLW 是一个C++语言对 Microsoft Excel 97 的开发者工具包的一个封装,简化了C++程序操作Excel文档的方法,支持最新版的 Excel 2007。

示例代码

// Test.h

#ifndef TEST_H
#define TEST_H

//<xlw:libraryname=MyTestLibrary

std::wstring // Concatenate two strings
//<xlw:time
Concat(std::wstring str1, // First string
std::wstring str2); // Second string

double // Compute the circumference of a circle
//<xlw:time
Circ(double Diameter); // The circle's diameter

#endi

本文地址:https://www.codercto.com/soft/d/14784.html

PHP&MySQL Web数据库应用开发指南

PHP&MySQL Web数据库应用开发指南

Hugb E. Williams、David Lane / 谢君英 / 中国电力出版社 / 2003-5 / 69.00元

一起来看看 《PHP&MySQL Web数据库应用开发指南》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具