Title: RE: Excel
Thank you
-Original Message-
From: Charbeneau, Chuck [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 05:19
To: 'Mundell, R. (Ronald)'; Perl-Unix-Users (E-mail); Perl-Win32-Users
(E-mail)
Subject: RE: Excel
From: Mundell, R. (Ronald) [mailto:[EMAIL PROTECTED]]
Title: RE: Excel
Thank you
-Original Message-
From: Thomas_M [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 05:53
To: 'Mundell, R. (Ronald)'; Perl-Unix-Users (E-mail); Perl-Win32-Users
(E-mail)
Subject: RE: Excel
> How do one determine the amount of lines within a spreadsheet
>
> How do one determine the amount of lines within a spreadsheet
> Ronald
Since you posted in both the unix and win32 lists, I assume you'd like a
cross-platform answer. Here's one:
use Spreadsheet::ParseExcel;
my $oBook = Spreadsheet::ParseExcel::Workbook->Parse('spreadsheet.xls');