2009年3月24日

将DataGridView中的数据导出到EXCEL表中

摘要: //首先要添加引用 COM组件 Microsoft Excel 12.0 Object Libraryusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windo... 阅读全文

posted @ 2009-03-24 22:44 VictorShan 阅读(1333) 评论(0) 推荐(0)

汉字及区位码之间的转换

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace Test{ public partial class HanZi... 阅读全文

posted @ 2009-03-24 22:33 VictorShan 阅读(565) 评论(0) 推荐(0)

导航