摘要: 一、上传excel表到服务器;通过读取excel表获得数据;记录到数据库。(包含模板下载)1、视图代码 @using (Html.BeginForm("Index", "Excel", FormMethod.Post, new { enctype = "multipart/form-data" })... 阅读全文
posted @ 2014-03-12 17:23 泷泷 阅读(565) 评论(0) 推荐(1) 编辑