2014年9月9日

数组转DataTable

摘要: using System; using System.Data; namespace ArrayToDataTable { class ArrayToDataTable { /// /// 把一个一维数组转换为DataTable ... 阅读全文

posted @ 2014-09-09 09:34 NetPig 阅读(559) 评论(0) 推荐(0)

C#获取Excel Sheet名称,对特殊字符、重名进行了处理

摘要: /// /// 获取指定Excel内Sheet集合 /// /// /// /// public static string[] GetExcelSheetNames(string pFilePath, out string pOutInfo) { string vOutInfo = st... 阅读全文

posted @ 2014-09-09 09:33 NetPig 阅读(2844) 评论(0) 推荐(0)

导航