Help for this page
$curSheet->Rows("2:2")->Insert({Shift => 'xlDown'});
$curSheet->Rows("2:2")->Insert();
$curSheet->Rows("2:2")->Insert({Shift => xlDown});