Read a cell
Posted: Tue Jan 01, 2013 5:24 am
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
Can someone tell me how to do this ?
d :Double;
....
d := XLS.Sheets[Sheet].Cell[x, y];
Doesn't work.
Ed