我需要这样的东西:
public ActionResult Import(HttpPostedFileBase file) { var excel = new ExcelQueryFactory(file); //using linq to excel }
这是因为它使用OLEDB从电子表格中读取,并且不能从流中读取.