摘要:
先见excel加入到文件流:FileStream fs = new FileStream(filePath, FileMode.Open, FileAccess.Read, FileShare.Read);DataTable table = ImportExcel.ReadExcel("Sheet1", fs);fs.Dispose();using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Data;using System.Data.Ole 阅读全文