摘要: 转载:http://support.microsoft.com/kb/823982/zh-cn 本页 概要 背景 修改和重新生成类包装的步骤 参考 概要 本分步指南介绍了如何修改 Microsoft Office 2003 Web 组件的类包装。随后,它介绍了如何重新生成类包装,以便您可以使用 Microsoft Visual Studio .NET 在您创建的应... 阅读全文
posted @ 2007-02-05 16:20 Dragon-China 阅读(636) 评论(0) 推荐(0) 编辑
摘要: 环境:c#2005,Excel2003.1 实现后的效果如下图:(截图)2 实现代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.For... 阅读全文
posted @ 2007-02-05 10:53 Dragon-China 阅读(2676) 评论(0) 推荐(0) 编辑
摘要: Microsoft.Office.Interop.Owc11.SpreadsheetClass oSheet= new SpreadsheetClass( ); XmlDocument xmlDoc = new XmlDocument( ); xmlDoc.Load(Server.MapPath... 阅读全文
posted @ 2007-02-05 10:49 Dragon-China 阅读(886) 评论(0) 推荐(0) 编辑
摘要: Response.Clear() Response.Write("") Response.Write("") Response.Write("") Response.Write("") Response.Write("") Response.Write("") Response.W... 阅读全文
posted @ 2007-02-05 10:40 Dragon-China 阅读(438) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.Office.Interop.Owc11; SpreadsheetClass xlsheet =new SpreadsheetClass(); //合并单元格 xlsheet.get_Range(xlsheet.Cells[1,1],xlsheet.Cells[1,14]).set_MergeCells(true); xlsheet.... 阅读全文
posted @ 2007-02-05 10:39 Dragon-China 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 页面代码: 无标题页 ... 阅读全文
posted @ 2007-02-05 10:34 Dragon-China 阅读(969) 评论(0) 推荐(0) 编辑
摘要: OWC知识点滴(仅限Version 11) 关键字:OWC、Office Web Components 11、VB、VB中使用OWC 一、在VB中使用OWC组件 引用Office Web Component组件到项目中(ProjectàComponents) 选择Microsoft Office Web Components 11.0,点击应用将会在工具栏中出现五个组... 阅读全文
posted @ 2007-02-05 10:30 Dragon-China 阅读(1114) 评论(1) 推荐(0) 编辑