搜索资源列表
test_vc_11
- 在VC6.0下使用MS Office Spreadsheet 11.0控件。如果系统没有安装excel 2003请注册压缩包内的OWC11.DLL。此控件完成excel表格功能。-in VC6.0 use MS Office Spreadsheet 11.0 Controls. If the system had not been installed excel 2003 registration packet compression within the OWC11.DLL. This con
EXCEL
- 以上使用的是Excel 2002 英文版。2003有些方法稍有出入。可参照前篇的C#导出Excel源码。另外,如果可能的话,我将封装其它数据库类型的Excel导出。有兴趣的朋友,请继续关继!
VC++2008 下读写同一个excel文件。
- 网上的com技术连接excel太多了,基本全部是用MSDN的方法,泛泛给出结论,不具有实用性,这个例子给出了在读一个已经存在的excel文件“f:\text.xlsx”的实际例子,而且可以在任意一个工作表写数据的例子。网上的代码基本都是要么读,要么写,这个比较有实用价值!注,excel可以是2007或者2003,2003的话则是“f:\text.xls”,需要注意!VS 2008 C++ excel 2007!
AOIGetPCB.rar
- VB.net2003 读写excel文件示例,VB.net2003 Read and write excel file
VC_read_excel-2003
- VC读取Excel2003文件,得到表中的内容,并显示在控件中,visual C++6.0开发 -VC reads the Excel file, get the contents of the table, and displayed in the control, visual C++6.0 development
excel
- vc与excel间通信的c++源代码。适用visual studio 2003及以上版本。-communication between vc and excel c++ source code. For visual studio 2003 and above.
IECom2003
- Use for the interface program. Import/Export from/to Database table/Excel file/TXT file/CSV file. used in .NET 2003/.NET 2005. the file format can be defined in the XML config file.-Use for the interface program. Import/Export from/to Database table/
Excel-repair-cn-v2.0003
- excel修复工具。可以帮助大家修复excel。请大家多多支持!-excel repair 2003
VB_Office_2003_toolbar_start_menu_code
- VB Office 2003工具栏及展开菜单代码VB Office 2003 toolbar and start menu code-VB Office 2003 toolbar and start menu code
excel
- 本视频教程详细介绍了excel 2003绘制图表的技巧 -This video tutorial details the techniques charting excel 2003
excel
- 操作excel文件,C#编写,操作excel文件,C#编写-Operating excel file, C# written, operating excel file, C# prepared
excel2003AnalysisToolPak
- excel的分析工具库是十分好用的工具,但很多的精简版excel把他去掉了,本压缩包提供了安装分析工具库需要的所有文件,ENJOY! 本压缩包针对excel2003 其中包含xc_PRO11 和 Analysis文件夹两种安装方法1 直接复制Analysis文件夹到READ ME.TXT中说的文件目录下 ,选工具-》加载宏2 先复制Analysis文件夹到READ ME.TXT中说的文件目录下,选工具-》加载宏,再选xc_PRO11 后即可-excel analysis tool library
2003
- 本书精选了excel在文秘办公,家庭理财,教学管理,财务应用等实例来介绍了具体的操作步骤-This book selects the excel in the secretarial office, home finance, teaching management, financial applications, to introduce specific instances of the steps. . .
Excel-Macros
- An introduction for using macros in Microsoft Excel 2003
Excel2003Addin20080703jia
- 关于excel的插件编程的程序.支持在excell2003里安装插件的程序例子.-Programming excel plug on the program. Excell2003 to install plug-in support for the program example.
password
- vba密码破解器 excel密码破解代码 -Public Sub AllInternalPasswords() Breaks worksheet and workbook structure passwords. Bob McCormick probably originator of base code algorithm modified for coverage of workbook structure/windows passwords and for mult
Excel-2003-Power-Programming-with-VBA
- This book contains many snippets of VBA code as well as complete procedure listings.
Excel-2003-programming-with-VBA
- Excel 2003高级VBA编程宝典,权威技术作家John Walkenbach出品。-Excel 2003 Power programming with VBA, written by John Walkenbach.
Excel-2003-programming-with-VBA_CD
- Excel 2003高级VBA编程宝典的光盘代码。-Excel 2003 Power programming with VBA CD source code.
CListCtrl数据导入到Excel VC++封装
- CListCtrl数据导入到Excel VC++封装 1.把.h, .cpp文件拷贝到工程目录下 2.从VC++(我用的2003)导入已有项(两文件,.h, .cpp) 3.包含头文件即可使用,接口请看源代码(CListCtrl data is imported into Excel VC++ encapsulation)