merrymonk has asked for the wisdom of the Perl Monks concerning the following question:
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);
|
|---|