using System;using System.Collections.Generic;using System.Linq;using System.Text;using Excel = Microsoft.Office.Interop.Excel;using System.Collections;using System.Windows.Forms;using System.Data;namespace TableToExcel{ class Table_ToExcel { public Excel.Application m_xlApp = null; #region 外部接口 /// Read More
posted @ 2011-07-12 09:22 火柴人 Views(4991) Comments(1) Diggs(0) Edit