搜索资源列表
Visualcsharp_Excle
- Excel是微软公司办公自动化套件中的一个软件,他主要是用来处理电子表格。Excel以其功能强大,界面友好等受到了许多用户的欢迎。在设计应用系统时,对于不同的用户,他们对于打印的需求是不一样的,如果要使得程序中的打印功能适用于每一个用户,可以想象程序设计是十分复杂的。由于Excel表格的功能强大,又由于几乎每一台机器都安装了它,如果把程序处理的结果放到Excel表格中,这样每一个用户就可以根据自己的需要在Excel中定制自己的打印。这样不仅使得程序设计简单,而且又满足了诸多用户的要求,更加实用了
ODBC直接读、写Excel表格文件
- 想要通过ODBC直接读、写Excel表格文件,首先,应确保ODBC中已安装有Excel表格文件的驱动"MICROSOFT EXCEL DRIVER (*.XLS)"。然后,可根据下面步骤进行: 1. 在StdAfx.h文件中加入: #include #include 2. 通过ODBC直接创建Excel文件(暂定文件名:Demo.xls) //创建并写入Excel文件 void CRWExcel::WriteToExcel() { CDatabase database; CString sDri
C# Excel
- C#用Excel制作报表
C#GridView控件导出Excel及多层表头类
- C#GridView控件导出Excel及多层表头类,说明:此类是集合了网上朋友的一些类方法拼写而成,发表出来一便朋友们借鉴
office
- 使用visual c++ 6.0 操作word和Excel的方法,文档较全,足够学会-Using visual c++ 6.0 operating word and Excel method, the document than the whole, adequate Society
VBA-EXCEL-10
- execel下vba编程经典资料,要用好excel必须会进行VBA编程,非常值得看。-vba programming under execel classical information, use good excel programming VBA must be carried out, very worth watching.
1
- 再现c#导出excel源码_c#应用-C-C++-华夏名网资讯中心 虚拟主机,域名注册,双线虚拟主机,服务器租赁,为7万用户提供服务-Reproduction c# Export excel source _c# Application-C-C++- China Network Information Center of the virtual host, domain name registration, dual virtual host, the server lease, for 70,
EXCEL_C++
- How to read/excel files using C-How to read/excel files using C++
MPRO
- 以Matlab与C语言、Visual Basic、Excel为核心语言,配有大量的代码实例,系统地介绍了常用的代码优化方法和功能扩展程序-In Matlab and C language, Visual Basic, Excel as the core language,配有大量code example, the system commonly used to introduce a code optimization method and function of the expansion p
excel
- c语言中头文件的解释,应该很不错的,注意看哦,希望对你有帮助-header file in c language interpretation, should be very good,看哦attention, and they hope to help you
CSharp-uses-Excel-file
- c sharp 使用 execle 编程。c sharp 使用 execle 编程。c sharp 使用 execle 编程。-c sharp programming using execle. c sharp programming using execle. c sharp programming using execle. c sharp programming using execle.
csharp1111111111111
- c# 操作 Excel 给单元格增加下拉选项值-c# operator Excel pull-down menus to increase the value of cell 111111
CSharpPExcel-input
- C#+Excel表的导入导出 首先,我们先说下Excel的导入:Excel导入分为3个步骤,1、获取.xls文件的路径(即选择目标文件)-C#+ Excel table import and export first, let' s say that under the import of Excel: Excel import is divided into three steps, 1, to obtain. Xls file path (ie, select the target f
200811
- 避免Error 2 error C2059: syntax error : , VS2008中C++打开Excel(MFC)-VS2008 C++ Excel(MFC) syntax error : ,
CSharp--manipulate-EXCEL
- c#操作Excel文件的代码,可以直接拿来用减少大家的工作量-c# code to manipulate Excel files, can be directly used to reduce everyone' s workload
CSharp-write-excel
- C#向excel中写入数据的三种 比较常见的方法-C# to write data to excel in three of the more common methods
excel
- c++操作excel,包含basicexcel、spreadexcel,xllib等-oper excel with c++,this zip include the common methods to operate excel:basic execl,spreadexcel,xllib and so on
c#操作excel类
- c#操作excel类,我已经测试过了,这个资料不错!
c#入门经典第五版
- 此文件是C#初级开发者学习使用,文档说明详细(TXT data is converted to Excel data)
用EXCEL进行数据交互
- 就是如何读取EXCEL的数据以及创建EXCEL文件以写入信息并对其中信息进行操作的范例