Search found 2 matches

by EdwinGrimshaw
Thu Jan 03, 2013 8:57 am
Forum: XLSReadWriteII 3/4/5
Topic: Read a cell
Replies: 2
Views: 3924

Re: Read a cell

Thank you - so obvious - I did read the help file and look at the samples !
I'll put it down to New Year excess.

Everything else is working as expected :)
by EdwinGrimshaw
Tue Jan 01, 2013 5:24 am
Forum: XLSReadWriteII 3/4/5
Topic: Read a cell
Replies: 2
Views: 3924

Read a cell

All I want to do is read either an integer, double or string from a cell - ultra simple

Can someone tell me how to do this ?

d :Double;
....
d := XLS.Sheets[Sheet].Cell[x, y];

Doesn't work.

Ed