Andy 胡

导航

2017年3月26日

C#写Excel(OleDB)

摘要: 先辟谣(至少对Excel2010来说) 优点:像写数据库一样写Excel 缺点:只能像写数据库一样写Excel 阅读全文

posted @ 2017-03-26 11:35 talkwah 阅读(353) 评论(0) 推荐(0) 编辑

C#操作Excel

摘要: using System; using System.Data; using System.Data.OleDb; namespace ConsoleApplication2 { class Program { static void Main(string[] args) { const string C_XLS_PROVIDER = @"P... 阅读全文

posted @ 2017-03-26 02:21 talkwah 阅读(154) 评论(0) 推荐(0) 编辑

C#操作Access

摘要: 更新数据: 阅读全文

posted @ 2017-03-26 02:18 talkwah 阅读(213) 评论(0) 推荐(0) 编辑