摘要:
1、使用 Aspose.Cells.dll using Aspose.Cells; 命名空间 public static DataTable AsposeReadExcel(string path) { Workbook workbook1 = new Workbook(path); Workshe 阅读全文
摘要:
SqlConnection conn = null; string conString = "Data Source=; Initial Catalog=数据库名;User ID=账户;Password=密码";//连接数据库的字符串 conn = new SqlConnection(conStri 阅读全文