文章分类 -  OWC

Office web component learning ---- Spreadsheet learning
摘要:Office web component learning ---- Spreadsheet learning 一、Spreadsheet 对象 说明:表示电子表格的容器。 ****************** 属性: ******************* 1、ActiveCell:返回代表活动单元格的Range只读对象。 2、ActiveSheet:返回代表活动工作表的WorkShee... 阅读全文
posted @ 2005-02-17 17:55 老烟 阅读(2781) 评论(3) 推荐(1)
在ASP.NET中使用Office Web Components (OWC)创建统计图
摘要:在ASP.NET中使用Office Web Components (OWC)创建统计图 来自:http://edu.cn700.com 图形和图表是Web上数据表现的很好的形式,在ASP.NET,可以使用Office Web Components (OWC)来创建统计图。Office Web Component (OWC)是包含在Microsoft Office 2000中的一套组件,利用这... 阅读全文
posted @ 2005-02-17 16:44 老烟 阅读(1120) 评论(0) 推荐(0)
OWC使用技巧集
摘要:如何在ASP.NET中用OWC绘制图表 (1) 一、概述 二、设置图表引擎 三、OWC的许可证问题 四、OWC的运行机制 五、在Web服务器上安装OWC 10 六、OWC编程模式 ━━━━━━━━━━━━━ 正文: ━━━━━━━━━━━━━ 一、概述 在开发应用程序时,经常会遇到必须提供交互式图表的情况。例如,你可能... 阅读全文
posted @ 2005-02-17 16:43 老烟 阅读(1202) 评论(1) 推荐(0)
用ASP将数据读数导出EXCEL文件的四种方法
摘要:一、用OWC 什么是OWC? OWC是Office Web Compent的缩写,即Microsoft的Office Web组件,它为在Web中绘制图形提供了灵活的同时也是最基本的机制。在一个intranet环境中,如果可以假设客户机上存在特定的浏览器和一些功能强大的软件(如IE5和Office 2000),那么就有能力利用Office Web组件提供一个交互式图形开发环境。这种模式下,客户... 阅读全文
posted @ 2005-02-17 16:41 老烟 阅读(421) 评论(0) 推荐(0)
Exporting Data to Excel using COM Interoperability and Office Web Components (OWC) in ASP.NET
摘要:In this article I will show you how to export data from a SQL Database (Northwind example) to an Excel spreadsheet, using Office Web Components (OWC). In order to use the OWC COM component, we will ha... 阅读全文
posted @ 2005-02-17 16:40 老烟 阅读(4599) 评论(0) 推荐(0)
Microsoft Office 2000 Web 组件基础
摘要:Microsoft Office 2000 Web 组件基础 适用于:Microsoft Office 2000 摘要:本文讨论了从 Microsoft Excel 中发布 Microsoft Office Web 组件以及在如下环境中使用这些组件的方法:Microsoft Internet Explorer、Visual Basic 编辑器、Microsoft FrontPage ... 阅读全文
posted @ 2005-02-17 16:32 老烟 阅读(2369) 评论(0) 推荐(0)
HOW TO:在 Visual Studio .NET 中处理 Office 2003 Web 组件的事件
摘要:概要 本分步指南介绍了如何修改 Microsoft Office 2003 Web 组件的类包装。随后,它介绍了如何重新生成类包装,以便您可以使用 Microsoft Visual Studio .NET 在您创建的应用程序中管理它们的事件。 默认情况下,Microsoft Visual Studio .NET 生成的类包装不允许您处理以下 Office 2003 Web 组件的事件: ... 阅读全文
posted @ 2005-02-17 16:17 老烟 阅读(417) 评论(0) 推荐(0)
HOW TO:在 Visual C# .NET 中处理 Windows 窗体中 Office XP 电子表格组件的事件
摘要:HOW TO:在 Visual C# .NET 中处理 Windows 窗体中 Office XP 电子表格组件的事件 文章 ID : 319341 最后更新日期 ... 阅读全文
posted @ 2005-02-17 16:15 老烟 阅读(598) 评论(0) 推荐(0)
How To Use the Spreadsheet Web Component with Visual Basic
摘要:How To Use the Spreadsheet Web Component with Visual Basic Article ID : 235883 Last Review ... 阅读全文
posted @ 2005-02-17 16:14 老烟 阅读(939) 评论(0) 推荐(0)
How To Handle Events for the Office XP Spreadsheet Component on a Windows Form in Visual C# .NET
摘要:IN THIS TASK • SUMMARY • ... 阅读全文
posted @ 2005-02-17 16:13 老烟 阅读(774) 评论(1) 推荐(0)