Re: Warnings with Spreadsheet::WriteExcel

2004-07-29 Thread Randy W. Sims
On 7/29/2004 4:27 PM, NandKishore.Sagi wrote: ... a number of messages to a public mailing list with a receipt notification request. Please, don't do that. Features such as receipt notification, message priorities, auto responders are not appropriate for mailing lists. Thank you, Randy. -- To u

RE: Warnings with Spreadsheet::WriteExcel

2004-07-29 Thread NandKishore.Sagi
: [EMAIL PROTECTED] Subject: RE: Warnings with Spreadsheet::WriteExcel Importance: High I guess the script was not recieved by you guys. Here is the script I have written. #! /opt/3d/bin/perl -w use strict ; use warnings ; use Spreadsheet::WriteExcel; my $workbook ; my $worksheet ; my $format ; my

RE: Warnings with Spreadsheet::WriteExcel

2004-07-29 Thread NandKishore.Sagi
mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 3:27 PM To: [EMAIL PROTECTED] Subject: Warnings with Spreadsheet::WriteExcel Importance: High Hi All , I am in process of generating some statistics f

Warnings with Spreadsheet::WriteExcel

2004-07-29 Thread NandKishore.Sagi
Title: Message Hi All ,         I am in process of generating some statistics for different unix boxes. I would like to generate excel workbook with a single worksheet for each box. I had written a test script to create the excel sheet. I was able to create the excel sheet but