05 2011 档案

摘要:最近在研究WinWordControl这个控件,因为上级要求在系统里,嵌入Word,然后用C#控制Word格式,在网上下载了WinWordControl.dll(在DLL之家下载的),因为本人的系统环境识win7+office07,导入到visual studio之后,vs报错,因为WinWordControl控件只支持office03,悲剧。 后来在电脑里装了office03,现在是office03跟office07并存,幸好没有冲突报错,现在没有报错了,在引用里加入office 11 object library、office 12 object library 、Excel 11.0 . 阅读全文
posted @ 2011-05-25 17:34 桦仔 阅读(4059) 评论(0) 推荐(1) 编辑
摘要:在winform里拖入一个datagridview控件,跟一个openfiledialog控件,这个例子的功能只是读取excel文件,其他的功能本人还在研究当中献上代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using Microsoft.Office.Core;using Excel=Microsoft.Office.Interop.Ex 阅读全文
posted @ 2011-05-17 14:51 桦仔 阅读(12117) 评论(7) 推荐(3) 编辑