搜索资源列表
c# 连接数据库(原创)
- c# 连接oracle,access,excel和dbf
C#操作Excel导出数据
- VS2003写的C#操作Excel导出数据,设置了导出的Excel格式,包括表头合并、居中对齐、自动调整列宽行高、单元格背景字体颜色、设置特定区域格线粗细颜色、只有有数据的区域显示格线、指定单元格窗口冻结等等。
EXCEL读写类
- C++写的EXCEL操作类,包括读写等操作,很完善。
PHP调用C# COM+
- C#写的提取WORD、EXCEL、PDF等文件文本COM+,PHP调用简单,NameTest("d:\\协同办公系统用户手册.doc"); echo $msg;
C# Excel
- C#用Excel制作报表
VC++2008 下读写同一个excel文件。
- 网上的com技术连接excel太多了,基本全部是用MSDN的方法,泛泛给出结论,不具有实用性,这个例子给出了在读一个已经存在的excel文件“f:\text.xlsx”的实际例子,而且可以在任意一个工作表写数据的例子。网上的代码基本都是要么读,要么写,这个比较有实用价值!注,excel可以是2007或者2003,2003的话则是“f:\text.xls”,需要注意!VS 2008 C++ excel 2007!
c#datagridview的数据输出到excel
- c#将datagridview的数据输出到excel,供大家学习
C#GridView控件导出Excel及多层表头类
- C#GridView控件导出Excel及多层表头类,说明:此类是集合了网上朋友的一些类方法拼写而成,发表出来一便朋友们借鉴
C++MFC可视化实现读取excel表的数据
- C++MFC可视化实现读取excel表的数据,Visual C++ MFC of the realization of the data read excel sheet
ReadExcel.zip
- 含有一个 CSpreadSheet类实现对Excel文件的读写的封装,Contains a category CSpreadSheet achieve read and write Excel files package
excel-chart
- 利用c#,对Excel二次开发,生成符合实际生产需求的图表(二维折线图、散点图)-Using c#, on the secondary development of Excel to generate realistic production requirements of the chart (two-dimensional line chart, scatter)
vc-excel
- vc操作excel的例子有很多,找了很久操作最方便的还是这一个。-vc operation there are many examples of excel to find the most convenient operation for a long time or is this one.
CSharp_Excel2007ReadWrite
- C#编程实现MS Excel 2007表格的读取与写入实例,读写xlsx格式的文件,功能顺利完成,不过有一处错误,不影响使用。
excel
- 读写Excel例子,c++Builder编写的,希望对大家有帮助。-read and write excel file demo
excel
- vc与excel间通信的c++源代码。适用visual studio 2003及以上版本。-communication between vc and excel c++ source code. For visual studio 2003 and above.
EXCEL
- VC++对EXCEL表格进行操作,可以对数EXCEL文件进行存取、打开、保存等各种功能。-VC++ on the EXCEL spreadsheet to operate, you can log EXCEL file access, open, save and other features.
excel
- 主要完场的是Excel表格的创建和简单操作-End Field is the main form of Excel to create and simple to operate
Excel
- Excel 的操作,方便我们自己开发软件来操作Excel文件,提高我们的工作效率,很好用的样例-Excel operation, to facilitate the development of our own software to operate the Excel file, to improve our work efficiency, good sample used
output-excel
- VC++操作EXCEL数据库的方法,很实惠很好用-VC++ EXCEL database operation methods, very affordable with good
用EXCEL进行数据交互
- 就是如何读取EXCEL的数据以及创建EXCEL文件以写入信息并对其中信息进行操作的范例