[Perl-unix-users] RE: Excel

2003-01-27 Thread Mundell, R. \(Ronald\)
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]]

[Perl-unix-users] RE: Excel

2003-01-27 Thread Mundell, R. \(Ronald\)
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 >

[Perl-unix-users] RE: Excel

2003-01-27 Thread Thomas_M
> 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');

[Perl-unix-users] Excel

2003-01-27 Thread Mundell, R. \(Ronald\)
Title: Excel How do one determine the amount of lines within a spreadsheet Ronald