in reply to Re^2: Setting Excel cell formats
in thread Setting Excel cell formats
Hi merrymonk, set the left and right margin value like below
$sheet1->PageSetup->{LeftMargin} = $Excel->InchesToPoints("0.19"); $sheet1->PageSetup->{RightMargin} = $Excel->InchesToPoints("0.54");
In the same way, you can set the value of the remaining margin.
TopMargin BottomMargin HeaderMargin FooterMargin
Regards,
Velusamy R.
|
---|