aspx頁面,取得Excel某列不一樣類型的數據爲空

 

紅色部分須要加上,ide

string connectionString = string.Format("Provider=Microsoft.Jet.OLEDB.4.0;Data Source={0};Jet OLEDB:Engine Type=35;Extended Properties='Excel 8.0;HDR=YES;IMEX=1'", excelFilename);

這樣是錯誤的:spa

   string connectionString = string.Format("Provider=Microsoft.Jet.OLEDB.4.0;Data Source={0};Jet OLEDB:Engine Type=35;Extended Properties=Excel 8.0;Persist Security Info=False", excelFilename);
相關文章
相關標籤/搜索