By
Published: 15 Apr 2009
How do I create an Excel spreadsheet using LotusScript? I also want to copy one Excel spreadsheet to another using LotusScript.
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
Dig Deeper on LotusScript
Discover options you can use if you'd like external users to be able to access a workflow-based Notes Domino application through different ...
Continue Reading
When Notes/Domino developers say they want to "update the fields" in tha Lotus Notes view, they usually mean that they want to cause computed fields ...
Continue Reading
Notes/Domino development expert Andre Guirard offers a new Notes/Domino developer and DBA some advice on accessing documents in a Lotus Notes ...
Continue Reading