2013年9月5日
摘要: 显示第一列的数据!本人水平一般,有错就当参考!Excel.Application xApp = new Excel.Application(); xApp.Visible = false; Excel.Workbook xBook = xApp.Workbooks._Open(@"D:\test.xls", Missing.Value, Missing.Value, Missing.Value, Missing.Value , Missing.Value, Missing.Value, Missing.Value, Missing.Value , Missing.Value 阅读全文
posted @ 2013-09-05 15:17 shadow_飛 阅读(1358) 评论(0) 推荐(0)

Shadow