Share

PHP Simple Excel File Generator

Tracker: Bugs

5 Column width in Excel - ID: 819935
Last Update: Comment added ( nobody )

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


Nobody/Anonymous ( nobody ) - 2003-10-08 12:11

5

Open

None

Nobody/Anonymous

None

None

Public


Comments ( 2 )




Date: 2006-03-13 17:25
Sender: nobody

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.


Date: 2005-11-17 08:32
Sender: nobody

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


Log in to comment.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.