| Dynamic-CD |
|
• Examples home
• Getting started • Automated encryption • Compare ASP servers • Cookies test centre • Database browser • Menuing system • Office Web Components • Searching CDs • SecureCD • Shopping cart • Slide show • Sync demo • Timed passwords • User entry control • ASP support • Database CDs • Evaluation download • Case studies • Examples • FAQ • Features • License and pricing • What they say |
The following information has been copied from the Microsoft web site. The examples below have been adapted from OWebComp.exe, a self-extracting executable file that contains a series of scripting samples. For further information, look here : Q258187.
Overview of Office Web Components (OWC)
The OWC library contains four principal components: Spreadsheet, Chart, PivotTable, and Data Source. These components support many of the most commonly used features found in Excel and Access:
Example 1 : Generate a PivotTable Image
This ASP script generates a chart using the OWC.Chart component. When the chart has been set with all the desired series and formatting information, the ASP script calls the ExportPicture method to generate a temporary GIF representation of the chart in the Windows Temporary Directory, which is then shown in the browser as a file:// URL. © Copyright 2000-2007 PHD Computer Consultants Ltd |