摘要: using(FileStream stream=new FileStream("C:\Users\XXXXXX\Desktop\1.xls",FileMode.Open)) { HSSFWorkbook workbook=new HSSF... 阅读全文
posted @ 2014-04-30 15:19 上官瑾文 阅读(379) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Text; usin... 阅读全文
posted @ 2014-04-30 12:42 上官瑾文 阅读(276) 评论(0) 推荐(0)
摘要: 一.界面设计 二.具体代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Data; using System.Data.SqlClient; using System... 阅读全文
posted @ 2014-04-30 10:56 上官瑾文 阅读(205) 评论(0) 推荐(0)