in reply to reading Excel dates?
Hopefully, that works for you. Michaelmy $dateVar = $worksheet->Cells( $row, $col )->{Value}; if ( ref $dateVar ) { $theDate = $dateVar->ChangeType(VT_BSTR)->Value(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: reading Excel dates?
by penumbra (Initiate) on May 23, 2004 at 06:28 UTC |