搜索资源列表
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() { CD
Creating excel file without OLE
- 不需要OLE技术创建EXCEL文件。-not OLE technology to create Excel documents.
如何使用ODBC创建EXCEL文件
- 根据所建的工程既可使用(转载)-built under the project can use (reproduced)
readandwrite.excel
- 读写.Excel文件,还可以创建.Excel。Visual C++6.0开发。-Read and write. Excel documents, can also create. Excel. Visual C 6.0 development.
1644
- 用VC读取EXCEL中的数据 通过ODBC直接创建Excel文件并在表中插入数据(暂定文件名:Demo.xls) //创建并写入Excel文件-EXCEL using VC read data directly through ODBC to create Excel file and insert data in the table (tentative file name: Demo.xls)// create and writ
excel
- 主要完场的是Excel表格的创建和简单操作-End Field is the main form of Excel to create and simple to operate
Excel
- Excel的强大函数功能,为我们带来了极大方便,虽然它有200多个函数,但有时我们为实现一项规定的功能,可能用到几个函数或者采用嵌套函数,这样应用起来,也不太方便。其实对于我们经常用到的功能,我们可以创建自定义函数UDF(User—defined function),它的运行与Excel中自带的函数完全相同。建立自定义函数有以下几个优点:建立自己特殊的功能和名称的函数;能将复杂的、嵌套的、多个原有的函数组合在一起,发挥更大的威力。 -E
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.app
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.)