摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using Microsoft.Office.Core;using Microsoft.Office.Interop.Excel;namespace ASS.Utility{ public class ExcelEdit { private string myFileName; public string MyFileName { get { return myFileName; } set { 阅读全文
摘要:
//用于DataGridView和excel进行互操作的C#类// 文件名: Excel2DataGridView// 文件功能描述: C#中DataGridView控件和Excel互访问类,// 当前版本:V1.0.0////----------------------------------------------------------------*//* public string mFilename; public Excel.Application app; public Excel.Workbooks wbs; public Excel.Workbook wb; public E 阅读全文
摘要:
using System;using System.Data;using System.Xml;using System.Data.OleDb;using System.Collections;namespace Anboo.Steel.Utility{ /// <summary> /// The AccessHelper class is intended to encapsulate high performance, scalable best practices for /// common uses of SqlClient /// </summary> pu 阅读全文
摘要:
using System;using System.Data;using System.Data.OracleClient;using System.Collections;namespace Anboo.Steel.Utility{ /// <summary> /// The OracleHelper class is intended to encapsulate high performance, scalable best practices for /// common uses of OracleClient. /// </summary> public s 阅读全文
摘要:
using System;using System.Data;using System.Xml;using System.Data.SqlClient;using System.Collections;namespace Anboo.Steel.Utility{ /// <summary> /// The SqlHelper class is intended to encapsulate high performance, scalable best practices for /// common uses of SqlClient /// </summary> p 阅读全文