导航

2004年8月19日

摘要: C#操作Word! namespace ImportExportToOffice{ using System; using System.ComponentModel; using System.Data; using System.Windows.Forms; public class ImportExportToWord { private ... 阅读全文

posted @ 2004-08-19 08:23 wngwz 阅读(11614) 评论(12) 推荐(0)

摘要: C#操作Excel! public class ImportExportToExcel { private string strConn ; private System.Windows.Forms.OpenFileDialog openFileDlg=new System.Windows.Forms.OpenFileDialog(); ... 阅读全文

posted @ 2004-08-19 08:19 wngwz 阅读(9982) 评论(19) 推荐(0)