| View previous topic :: View next topic |
| Author |
Message |
addelichtman Newbie

Joined: 19 Nov 2009 Posts: 4
|
Posted: Thu Nov 19, 2009 2:38 am Post subject: Delphi OpenOffice Automation Load file into Calc |
|
|
Hello, is there someone who could please help me with the following: I do not know how to open an existing file into calc via OLE via Delphi. I found many examples how to do that with a text document into writer but not how to achieve that with calc.
Thank you, Ad |
|
| Back to top |
|
 |
B Marcelly Super User

Joined: 12 May 2004 Posts: 1414 Location: France
|
Posted: Thu Nov 19, 2009 3:20 am Post subject: |
|
|
Hi,
You open an existing spreadsheet document into Calc with exactly the same instructions as for a text document into Writer. Or as a presentation document into Impress. But working with a document needs to understand its API.
I think your problem is elsewhere. Try to describe it better, show part of your code.
You can read the Calc code snippets written in Basic, conversion to Delphi is not complex. The hard part is the OpenOffice.org API, which is common for all languages.
______
Bernard |
|
| Back to top |
|
 |
|