From: kk on
Help! Thank you!
From: ggw on
On Dec 13, 8:25 pm, kk <kk...(a)126.com> wrote:
> Help! Thank you!

You might peruse this help when somebody wanted the same thing from
Windows. (I know nothing of the subject myself.)

Assuming you are asking for Tcl and Windows COM, you are looking for
tcom from http://www.vex.net/~cthuang/tcom/

From: Helmut Giese on
I always thought that COM is Windos specific.
What are you trying to achieve?
From: kk on
On 12ÔÂ14ÈÕ, ÏÂÎç3ʱ04·Ö, Helmut Giese <hgi...(a)ratiosoft.com> wrote:
> I always thought that COM is Windos specific.
> What are you trying to achieve?

I have some excel files ,but TCL run on linux,
I just want to excel files are copied to linux, and then to read and
write with TCL?
How can I do?
-----------
kk
From: Helmut Giese on
On Tue, 15 Dec 2009 01:59:00 -0800 (PST), kk <kkkpx(a)126.com> wrote:

>On 12��14��, ����3ʱ04��, Helmut Giese <hgi...(a)ratiosoft.com> wrote:
>> I always thought that COM is Windos specific.
>> What are you trying to achieve?
>
>I have some excel files ,but TCL run on linux,
>I just want to excel files are copied to linux, and then to read and
>write with TCL?
>How can I do?
>-----------
>kk
Hi,
from Excel export them as CSV files, then use the csv module in
tcllib. Things should be really easy this way.
Working on the raw .xls files will be MUCH harder.
HTH
Helmut Giese