UDP for eDeveloper to OpenOffice.org Word and Excel

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
cigam98
Posts: 1
Joined: Fri Mar 12, 2010 7:31 am

UDP for eDeveloper to OpenOffice.org Word and Excel

Post by cigam98 »

Hello.

We are just pure eDeveloper Programmers and know nothing about anything else@@@ :? I have search the database and can not find anything in the area we need.

We have always used DDEPOKE and/or External Call Functions though UDF which were written by 3rd Parties in "Delphi" or something else. Example of what we code in our programs is below

This is for Excel and their are many commands we have for setcell etc.
IF (MQ=0,UDF ('hfexcel.setcellstring',MQ,TRIM (T)&MS,MT),UDF ('hfexcel.setcellstring',MQ,TRIM (GT)&MS,MT))

This what what we currently use for WP.
DDEPOKE ('WinWord',TRIM (F),TRIM (K),DSTR (D,'##/##/####'))

What we are looking for is a similar thing that allows us to do the UDF to we can use to send the data to Predefined "Bookmarks" to Letters and pre prepared Documents in Open Office.

If anybody has done this we would be interested in hearing from you.

FYI. WE have found that the UDF we use to do the excel has worked with Open Source Spreadsheets in trials and test although it was written for Microsoft Office.

Thanks in Advance

Noel
OpenOffice 3.1 on Windows XP
Post Reply