Help for this page
$NAME = "BOB"; $worksheet_$NAME->write('A2', "$NAME is here");
$NAME = "BOB"; $worksheets{$NAME}->write('A2', "$NAME is here");