Column width in Excel
Brought to you by:
erolozcan
My genereated Excel documents all get their 'D' and 'e'
columns very wide. All other columns is generated with
their standard width.
Are there any way you can set the column width?
Is the column width dependable on the data in their cells?
Is this a bug or a user error?
Please help me if you can. This is the only problem I
have with an otherwise excellent program, thanks.
Regards,
tobias.mattsson (at) comhem.com
Logged In: NO
I have same symptoms. And I haven't find any answers. I fear
that developers have abandonned us...
ossi.talonpoika@laprosoftware.fi
Logged In: NO
Have a look at function End
You'll see this line:
$this->xls_data .= pack("vvvvvvvC", 0x7D, 11, 3, 4,
25600,0,0,0);
This indicates that columns 3 & 4 have been set to
25600 units (or 100 characters) wide. Obviously
something left over from testing.
You can use this feature to set the width of any column
or group of columns.