摘要: Controller using Datatables.datatablesCs;using System;using System.Collections.Generic;using System.Linq;using System.Threading;using System.Web;using 阅读全文
posted @ 2016-06-06 00:05 han1688 阅读(424) 评论(0) 推荐(0)
摘要: 时间:2014-08-04 13:43:57 阅读:3411 评论:0 收藏:0 [点我收藏+]标签:classstylehtml文件使用数据wordGoNPOI是开源的POI项目的.NET版,可以用来读写Excel,Word,PPT文件。在处理Excel文件上,NPOI 可以同时兼 容xl... 阅读全文
posted @ 2015-11-20 14:56 han1688 阅读(215) 评论(0) 推荐(0)
摘要: 1) OleDb: 用这种方法读取Excel速度还是非常的快的,但这种方式读取数据的时候不太灵活,不过可以在 DataTable 中对数据进行一些删减修改这种方式将Excel作为一个数据源,直接用Sql语句获取数据了。所以读取之前要知道此次要读取的Sheet(当然也可以用序号,类似dt.Row[0]... 阅读全文
posted @ 2015-11-20 14:07 han1688 阅读(275) 评论(0) 推荐(0)