摘要: /// <summary> /// NPOI帮助类 /// </summary> public class NPOIHelper { public static MemoryStream Export(DataTable dtSource, string strHeaderText, string 阅读全文
posted @ 2017-09-04 17:30 鞍山老菜鸟 阅读(215) 评论(0) 推荐(0)
摘要: /// /// Excel转换DataTable /// /// 文件的绝对路径 /// DataTable public static DataTable ExcelInput(string FilePath) { //第一行一般为标题行。 Da... 阅读全文
posted @ 2017-09-04 17:28 鞍山老菜鸟 阅读(1023) 评论(0) 推荐(0)