搜索资源列表
ExcelandVB
- 用VB创建EXCEL文件的实例,输入数据到EXCEL表中,并作一些字体边框的调整-VB to create Excel documents examples of the input data to Excel table, and make some adjustments to the frame fonts
New Text Document (2)
- 将演示如何利用Jakarta POI API 创建Excel 文档。-will demonstrate how to use Jakarta POI API to create Excel documents.
readandwrite.excel
- 读写.Excel文件,还可以创建.Excel。Visual C++6.0开发。
Creating excel file without OLE
- 不需要OLE技术创建EXCEL文件。-not OLE technology to create Excel documents.
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
将指定EXCEL导入至SQLite数据库
- 将指定EXCEL导入至SQLite数据库:导入之前,MYSQL数据库中已创建好目标数据表,但导入前判断数据表是否为空,数据为空再进行导入。 EXCEL导入过程中,数据类型转换或异常检测(EXCEL中的文字1不同于数字1,和数据表字段类型的匹配)。 导入完成或失败后,给出状态报告或提示。 ,Will be assigned to the SQLite database into EXCEL: before importing, MYSQL database goal has been to
excel
- 主要完场的是Excel表格的创建和简单操作-End Field is the main form of Excel to create and simple to operate
Excel
- Excel的强大函数功能,为我们带来了极大方便,虽然它有200多个函数,但有时我们为实现一项规定的功能,可能用到几个函数或者采用嵌套函数,这样应用起来,也不太方便。其实对于我们经常用到的功能,我们可以创建自定义函数UDF(User—defined function),它的运行与Excel中自带的函数完全相同。建立自定义函数有以下几个优点:建立自己特殊的功能和名称的函数;能将复杂的、嵌套的、多个原有的函数组合在一起,发挥更大的威力。 -Excel s powerful functions func
ODBC_EXCEL
- 在 Visual C++.net 下实现使用 ODBC创建EXCEL文件。程序均有注释。此程序很适合学习使用。-In Visual C . Net under EXCEL documents created using the ODBC. Procedures for both the Notes. This procedure is very suitable for learning to use.
ODBC-EXCEL
- 使用ODBC创建EXCEL文件,挺好用的,欢迎大家下载-Creating EXCEL file using the ODBC, very good use, welcome you to download
Excel
- labview 程序,创建excel报表-labivew programe,to creat excel report
COM-object-call-EXCEL.e
- COM object call EXCEL.e.版本 2 excel对象.创建 (“excel.application”, ) excel对象.写属性 (“visible”, 真) 工作表对象 = excel对象.读对象型属性 (“workbooks”, ) 工作表对象.方法 (“open”, 取运行目录 () + “\Book1.xls”) -.版本 2 excel对象.创建 (“excel.application”, ) excel对象.写属性 (“v
excel
- 控制EXCEL 全面控制 Excel 首先创建 Excel 对象,使用ComObj: -Control EXCEL full control of Excel first create an Excel object, using ComObj:
ActiveX-write-to-Excel
- 使用activex方式创建excel文件-Creating excel file using activex way
Excel
- 提供EXCEL操作程序源代码,可方便用户创建EXCEL、删除EXCEL、读取EXCEL、更新EXCEL数值等。-EXCEL procedures provide the source code, users can easily create EXCEL, delete EXCEL, read EXCEL, EXCEL update values and the like.
基于VBA的AutoCAD图块属性提取与Excel输出
- 创建直线,将图形属性进行提取只excel表格中(VBACreate a straight line)
Unity3d动态创建excel并写入数据
- unity 动态的创建excel并写入数据(Unity dynamically creates excel and writes data)
创建文件
- labview编写的 创建和读取Excel文件,是和初学者学习借鉴。(The creation and reading of Excel files by LabVIEW is a reference for beginners to learn.)
C#_excel创建,编辑,按模板保存
- 使用C#对excel创建,编辑,按模板保存(use C# to create excel,edit excel and save excel by model.)
用EXCEL进行数据交互
- 就是如何读取EXCEL的数据以及创建EXCEL文件以写入信息并对其中信息进行操作的范例