Help for this page
$sheet->Cells(10,5)->PasteSpecial( {Paste => xlAll, ... SkipBlanks => 0, Transpose => 1 });
$sheet->Cells(10,5)->PasteSpecial(xlAll, xlNone, 0, 1);