xlw是什么文件
的有关信息介绍如下:XLW(AWrapperfortheExcelAP360问答I)是一个C++语言对Excel的开发者工具包(SDK)的一个封装,简化了C++程序操作Excel文节二家档的方法,XLW4法.0已经支持Excel2007。
功能:使用XLW可以很方便的使用C++对Excel功能进行扩展,首先它提供了一个模板生成器xlwTemplateExtractor.exe,可以生成相应的工程文件,然后又具有一个接口生成器InterfaceGenerator.exe来自动生成相应的接口包装文件(xlwWrap选态玉掉括per.cpp),从而大大减少了只使用ExcelSDK来完成XLL开发所需的相关代码,降低了开发难度,避免一些错误的产生。
XLW示例:
C++头文件cppinterface.h
123456789101112131六洲件括时入拉秋声加任4151617#ifndef TEST_H02.#define TEST_H03. 04.#include <xlw/MyContainers.h>05.#include <x功做吧品转到跳lw/CellMatrix.h>06.#include <xlw/DoubleOrNothing.h>07.#include <xlw/ArgList.h>08.#inc屋氧lude <xlw/XlOpenClose.h>09. 10.using namespace xlw;11. 12.//<xlw:libraryname=MyTestLibrary13. 14.short /掌甲验续统象作文底含确/ echoes a short15.Ec告hoShort(short x // n口缺收umber to be echoed16.);17.#endif独办C++源文件source.cpp
123456789#include <cppinterface.h>02.#pragma warning (disable : 4996)03. 04.short // ec服hoes a short05.EchoShort(short x // number to be echoed06.)07.{08.r宪觉换玉eturn x;09.}