Hi Davide,

On Mon, Jul 25, 2005 at 08:26:07 +0200, Davide Dozza wrote:

> We've a SAS application which populates an Excel document using DDE.

How is that achieved on the Excel side?

> We need to translate such procedure in order to populate a Calc document 
> in the same way.
> 
> The question is: how much is DDE standard enough in order to reuse the code?

In general it shouldn't be a problem if your application is a DDE server
with some kind of standard behavior, even if there is no standard for DDE ...

While the Excel formula syntax is =program|topic!data
in OOoCalc it is =DDE("program";"topic";"data")

There may be differences though how arriving data is interpreted.
OOoCalc's DDE() function supports an additional parameter for how
numbers are to be interpreted, see the online help topic "DDE function".

  Eike

-- 
 OOo/SO Calc core developer. Number formatter bedevilled I18N transpositionizer.
 GnuPG key 0x293C05FD:  997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to