$worksheetout->write_col( 0, 0, @$indata ); # Should be: $worksheetout->write_col( 0, 0, $indata ); #### Not an array ref in call to write_col() at /tmp/pm876841.pl line 41 #### $worksheetout->write_col( 1, 0, @$sqldata );