in reply to reading Excel dates?
Could you provide an example of your code? I'm confused by "date/value two column Range". Should it not be a single cell? (which Range objects can be used to acquire the value of) for example
Please post your example code and I'll take a better look at what you're attempting.my $date = $sheet->Range("A1")->{Value}; print $date."\n"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: reading Excel dates?
by penumbra (Initiate) on May 23, 2004 at 06:26 UTC |