摘要:
/// 常用工具类——Excel操作类 /// ------------------------------------------------ /// CreateConnection:根据Excel文件路径和EXCEL驱动版本生成OleConnection对象实例 /// ExecuteDataSet:执行一条SQL语句,返回一个DataSet对象 ... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Text; using System.Reflection; namespace Utils { /// /// /// 常用工具类——应用程序属性信息访问类 /// -------------------------------... 阅读全文