in reply to Re: Setting Excel cell formats
in thread Setting Excel cell formats
What should I be doing?$workbook = $excel->Workbooks->Add; $sheet = $workbook->Worksheets("Sheet1"); $sheet->Activate(); $sheet->{Name} = "Tool List"; $sheet_margin = 2; $sheet->set_margins_LR($sheet_margin);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Setting Excel cell formats
by Samy_rio (Vicar) on Jul 27, 2007 at 04:08 UTC |