C# Excel
sandea
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ado.net读取EXCEL笔记
经常需要在数据库与Execl之间互导数据。net时代,ADO.NET可以使用使用Microsoft.Jet.OleDb访问访问Excel,网上已经有很多类似的资源,最典型也是最简单的可能如下:(asp.net环境)// 连接字符串 string xlsPath = Server.MapPath("~/app_data/somefile.xls"); // 绝对原创 2013-08-29 16:45:52 · 212 阅读 · 0 评论 -
C#读写excel文件
C#读写EXCEL方法一 using System; using System.Collections.Generic; using System.Drawing; using System.Reflection; using System.IO; namespace ExcelTest { class Program { static v原创 2013-08-29 16:45:47 · 230 阅读 · 0 评论
分享