XLWC++的Excel API
XLW 是一個(gè)C++語言對(duì) Microsoft Excel 97 的開發(fā)者工具包的一個(gè)封裝,簡化了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
評(píng)論
圖片
表情
