On Fri, 01 Feb 2008, Kevin Beverly wrote:
> i have an active state perl program that parses ms excel files for
> loading into postgresql.
>
> i use
>
> use Win32::OLE::Const 'Microsoft Excel';
> use Win32::OLE::Variant;
>
> to get the dates as text from a spreadsheet. i store the data as an
> ar
hi,
i have an active state perl program that parses ms excel files for
loading into postgresql.
i use
use Win32::OLE::Const 'Microsoft Excel';
use Win32::OLE::Variant;
to get the dates as text from a spreadsheet. i store the data as an
array of hashes and write it to disk with storable. everyt