-
fileOperate
这个例子主要是vb.net对excel表格进行读操作和写操作,读操作的代码有点问题,请将代码 xlBook.Close()
xlApp = Nothing 交还控制给Excel
xlBook = Nothing
xlSheet = Nothing
更改为
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing(This example mainly describes vb.net operates excel spreadsheet for reading and writing,writing codes have some errors
please change
xlBook.Close()
xlApp = Nothing
xlBook = Nothing
xlSheet = Nothing
into
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing)
- 2015-04-22 15:09:56下载
- 积分:1
-
WebGIS开源代码_《2008奥运奖牌榜地理分布图》
WebGIS开源代码_《2008奥运奖牌榜地理分布图》-Open Source WebGIS _ " 2008 Olympic Games medal standings geography"
- 2022-04-06 20:33:24下载
- 积分:1
-
这是一个测试本机IP地址和MAC地址的C#源码
这是一个测试本机IP地址和MAC地址的C#源码-This is a test of the machines IP address and MAC address of the C# source
- 2022-02-15 20:25:43下载
- 积分:1
-
本工具是ASP.NET数据库查询的封装(针对MySql),还包括了一些AJAX调用和反射调用的封装。...
本工具是ASP.NET数据库查询的封装(针对MySql),还包括了一些AJAX调用和反射调用的封装。-This tool is ASP.NET database query package (for MySql), also includes a number of AJAX calls and calls package reflex.
- 2022-03-15 00:20:37下载
- 积分:1
-
People management systems, additions and deletions to realize the basic function...
人士管理系统,实现了增删改查等基本功能,听实用的,有很高的参考价值-People management systems, additions and deletions to realize the basic functions such as search and listen to practical and has a very high reference value
- 2022-01-28 00:51:56下载
- 积分:1
-
BS
主要在BS下实现,事件不在同一个控件里面实现弹出提示框(failed to translate)
- 2013-05-07 10:46:23下载
- 积分:1
-
MapInfo GIS产品,称为envinsa净SDK。V4.2
.Net SDK for MapInfo GIS product called Envinsa. v4.2
- 2023-06-22 13:15:11下载
- 积分:1
-
这是一个基于.NET平台,使用C#语言开发的工资管理系统
这是一个基于.NET平台,使用C#语言开发的工资管理系统-This is based on. NET platform, the use of C# Language developed wage management system
- 2022-02-25 01:36:18下载
- 积分:1
-
SuperCourse
说明: 不错的课程网站,分前后台,还有数据库.
ASP.NET+SQL2005(this is a so good project for Asp.net
it s surpercourse)
- 2011-04-03 17:12:50下载
- 积分:1
-
socket 类 vb.net
socket类的使用,server client。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-02-22 03:19:57下载
- 积分:1