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