To continue reading for free, register below or login
To read more you must become a member of SearchDomino.com
');
// -->

Microsoft Excel is a proprietary Microsoft format and the APIs that allow you to create it belong to Microsoft. If you're running on a system that has Excel installed, you can use Object Linking and Embedding (OLE) automation to create and populate the spreadsheet. The heavy lifting is done by code that is part of Excel. There have been many articles written about how to use OLE automation with Excel from LotusScript, which you can easily find if you search the Internet for "createobject excel lotusscript".
Starting with Lotus Notes version 8.0.1, you can use the same techniques to manipulate Lotus Symphony spreadsheets. This code has the advantage of being part of the Notes client, so you don't have to install Office. However, it is also Windows-only.
Do you have comments on this Ask the Expert Q&A? Let us know.
Related information from SearchDomino.com:
Tip:
How to import data from Excel to a Lotus Notes form with LotusScript
Tip:
How to export Lotus Notes views to a Microsoft Excel database
Tip:
Create file system labels for Microsoft Excel and Word mail merges
|