Scott K Purcell wrote:
> 
> Hello,
> I was just handed an "excel" file, and was told to parse it. I have never
> used any of the Ole stuff, and I don't know if I should use that, or just
> treat it as a "flat file".? I am for the most part a web guy.

Look at DBI::CSV if you want to handle this as a database (like update
it).

Look at Text::CSV if you want to parse it, and it has quoted tabs in it.

Otherwise, you could use something like split() to process it.

I would avoid using OLE to call Excel if I possibly could. You don't say
what you're doing with the data, though.

-- 
Ned Konz
currently: Stanwood, WA
email:     [EMAIL PROTECTED]
homepage:  http://www.bike-nomad.com

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to