|
Programmer's Reference
> Object Model
Object Model
ExcelWriter includes three separate components:
- ExcelTemplate
Introduction to ExcelTemplate:
Create a Spreadsheet with ExcelTemplate
The ExcelTemplate represents a template spreadsheet.
This object opens an ExcelWriter template file, populates it with data
from a specified data source, and generates a new Excel spreadsheet.
- ExcelApplication
Introduction to ExcelApplication:
Create a Spreadsheet with ExcelApplication
The ExcelApplication object represents an Excel spreadsheet.
This object creates several additional objects, each of which represents some
aspect of an Excel spreadsheet. ExcelApplication's sub-objects are:

Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.
|