lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


----- Original Message -----
From: "Wim Couwenberg" <w.couwenberg@chello.nl>
To: "Multiple recipients of list" <lua-l@tecgraf.puc-rio.br>
Sent: Wednesday, April 09, 2003 3:58 PM
Subject: Automation


> Hi,
>
> I'd like to interact between Lua 4.0 (preferably) and Excel.  I vaguely
> remember that there exists an automation lib but that it was still in
> development.  Suggestions anyone?
>
> Does anyone know if it is possible (by automation) to react to changes in
a
> sheet?  So can you wire certain events?
>
> Thanks,
> Wim

Take a look at LuaCOM
http://www.tecgraf.puc-rio.br/~rcerq/luacom/

Don't know if the leak you mention has been fixed.
Regarding your question about reacting to changes in the sheet, if Excel
fires an event signaling that, then you can catch it in Lua.

Greetings,
Ignacio Burgueño