#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 ---
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
, 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
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
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]