OWC Resources Hard To Find ?
A few days back i got a feedback from a customer that OWC resources are hard to find so i sent him a mail with all the resources i had, but then i thought how many times i did it in the past at least 9-10 times ! This is just an attempt to put all the OWC resources that i could find at one place but that would make the post too big so i posted an article named OWC Resources .. and i am posting the KB that i frequently use here .. enjoy .. (and yeah there will be some overlaps)
Office Web Components Download
You can download Office 2003 Web components from this location ..
HOW TO: Find Office Web Components (OWC) Programming Documentation and Samples
(319793) - This article shows the different ways that you can access the documentation for Microsoft Office Web Components (OWC). The article also includes information about additional resources for programming the OWC. Using Office Web Components Reference
How To Use ASP to Build Spreadsheet XML for Client-Side Display
(288130) - This article illustrates Active Server Pages (ASP) script that builds a spreadsheet in the XML Spreadsheet (XMLSS) format by using the Office Spreadsheet component. The XMLSS can be displayed client-side in one of several ways: in the Spreadsheet...
How To Script the Office XP Spreadsheet Component from a Web Page
(286209) - This article provides sample code that illustrates how you can script the Office XP Spreadsheet component from a Web page. Working with the Office XP Spreadsheet component is very similar to working with a Microsoft Excel workbook object. The…
(315695) - This step-by-step article describes how to use ASP.NET to build a simple XML Web service that retrieves data from the Microsoft Access sample Northwind database and returns the data as XML to a client when the client calls a method of the service....
How To Script the Office XP Spreadsheet Component from a Web Page
(286209) - This article provides sample code that illustrates how you can script the Office XP Spreadsheet component from a Web page. Working with the Office XP Spreadsheet component is very similar to working with a Microsoft Excel workbook object. The…
INFO: Techniques for Loading and Retrieving Data with the Spreadsheet Web Component
(253913) - This article describes the different ways to load or save data from a Spreadsheet Web Component using the interfaces the component supports: HTMLData PropertyHTMLURL PropertyCSVData PropertyCSVURL PropertyLoadText Method This article contains a...
How To Use Custom Functions with the Spreadsheet Component
(248822) - You can create your own custom functions in a COM object (or ActiveX DLL) and expose those functions to the Microsoft Office Spreadsheet Component for use in cell formulas. This article describes how you can create, deploy, and use a COM object...
(HV01136208) - Welcome to the Microsoft Office 2003 Web Components Visual Basic Reference. This reference contains conceptual overviews, samples, and references to guide you in developing solutions based on Microsoft Office Web components.
HOW TO: Handle Events for the Office Web Components in Visual Studio .NET
(328275) - The default class wrappers that are generated by Microsoft Visual Studio .NET do not allow you to handle events for the Office XP Chart, Spreadsheet, and PivotTable Web components. To handle the events for these components, you can modify the...
Microsoft Office Web Components resources
(555237) - This article describes how to find resources for all versions of the OWC.
General information about the licensing and the use of Office 2003 Web Components
(828949) - Discusses the licensing and the use of Microsoft Office 2003 Web Components.
How to deploy the Office 2003 Web Components in an Office 2003 program
(828950) - Describes how to use licensing to share Office 2003 Web Component-based Web pages with users who do not have Office 2003 installed.
INFO: Office Web Components Display Cross-Domain Warning
(258510) - Office Web Components display one of the following Cross Domain warning messages when accessing data from a domain other than the one from which the Web page originates: This page accesses data on another domain. Do you want to allow this? This...
Comments
Anonymous
October 08, 2007
PingBack from http://ideahustle.com/microsoft/2007/10/08/pranav-blogging-owc-resources-hard-to-find/Anonymous
October 13, 2007
Dear Sir, I'm going to set up some macro using Microsoft SpreadSheet 11.0 tool (OWC) emberred into current worksheet. Amazing that I dont know a word from it...could you give me first step of programming with this? some very simple example if you dont mind? Sorry for bother you. Thanks Do KhoiAnonymous
May 04, 2008
Pranav, Can you post a URL that compares the various versions of OWC in terms of Performance and Features ? That will be a good addition to this blog.Anonymous
July 14, 2008
The comment has been removedAnonymous
May 27, 2009
I have created Charts using asp.net I want to export it into excel sheet if it is possible.