This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

requesting data from excel spreadsheet?

Old posts that have not been replied to for several years.
Locked
j
jagg

requesting data from excel spreadsheet?

Post by jagg »

Hi,

I'm trying to fetch some data from an Excel spreadsheet.. but I can't
find anywhere how the syntax for this must look like?

Let's say i want to request data from row 1 cell 1 and row 2 cell 3...

How must a tcl-script look like?

Thx
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Yuk, excel.

I have just looked at a PHP class that can read and write to a excel datasheet. It is certainly not the pretiest thing in the world, and I certainly doubt I will be able to read data from one in Tcl.
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

com module

Post by guppy »

If there is a tcl com module -- you should be able to do this rather easily.
Locked