Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

re Spreadsheet::WriteExcel quickie

Status
Not open for further replies.

rab54

Programmer
Jan 28, 2004
112
GB
OK Guru's what a great module this is !

Anyway how can I get the spreadsheet to be 'expanded' on being opened - eg not having to go to the top left, then double-click the column-header to expand to enable all the data to be seen

Hope this makes some sense ....

thanks in advance for any help !

Rab
 
Cheers guys -

I've found it -

# Set the width of the first column in Sheet1
$sheet1->set_column(0, 0, 30);

cheers anyway

Rab
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top