Get data style from Excel
摘要:
try { Excel.Application app = new Excel.Application(); string excelFilePath = @"H:\22.xlsx"; Excel.Workbook book = app.Workbooks.Open(excelFilePath, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missin... 阅读全文
posted @ 2012-07-16 01:26 笑东风 阅读(300) 评论(0) 推荐(0) 编辑