Re: [python-win32] DDE: python server/excel client - pass array?

2008-12-30 Thread bob gailer
Why oh why are you using DDE when there are newer and better ways??? -- Bob Gailer Chapel Hill NC 919-636-4239 ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] DDE: python server/excel client - pass array?

2008-12-29 Thread David Haas
Tim: Thanks for the reply. It's made me go back to look for some way to send Excel what it wants, which led to some other ideas. First: I found on google a MS Word document from NI about the DDE formats Excel supports - in particular, the xlTable format:

[python-win32] DDE: python server/excel client - pass array?

2008-12-24 Thread David Haas
I've run into a problem with DDE which, after much googling and trial error, I managed to work around, but I'm pretty sure there's a better solution. I think the problem is this: there's currently no way for a python DDE server to pass an array back as a response from a DDE Request - it's either