$worksheet = $workbook->Worksheets(1); # add a sheet after current sheet my $new_sheet = $workbook->Worksheets->Add(undef, $worksheet);