RE: Spreadsheet::WriteExcel Column width

2003-08-21 Thread Hanson, Rob
#x27; Cc: [EMAIL PROTECTED] Subject: RE: Spreadsheet::WriteExcel Column width That is what I am currently doing. So $maxwidth= length $mylargeststring But if I then set the width to that length it does not work. Its still to short. Any ideas? -Original Message- From: Wagner, David ---

RE: Spreadsheet::WriteExcel Column width

2003-08-21 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Paul Kraus wrote: > That is what I am currently doing. > So $maxwidth= length $mylargeststring > But if I then set the width to that length it does not work. Its still > to short. > > Any ideas? > You might add a couple to the size of the length, but otherwise I would do all my checking

RE: Spreadsheet::WriteExcel Column width

2003-08-21 Thread Paul Kraus
, August 21, 2003 3:46 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Spreadsheet::WriteExcel Column width Paul Kraus wrote: > Is there any way to set the column width to the be as wide as the > longest cell in that column? > > Paul Kraus

RE: Spreadsheet::WriteExcel Column width

2003-08-21 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Paul Kraus wrote: > Is there any way to set the column width to the be as wide as the > longest cell in that column? > > Paul Kraus $MyWorkSheet->set_column(Col1, Col2, widthdesired); Now to get width desired, need to do a length of the data being processed and save

Spreadsheet::WriteExcel Column width

2003-08-21 Thread Paul Kraus
Is there any way to set the column width to the be as wide as the longest cell in that column? Paul Kraus -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]