in reply to Re^3: SQL Database table to Perl Spreadsheet script
in thread SQL Database table to Perl Spreadsheet script

I just get the heading in the output i.e., in the excel sheet also know as spreadsheet
  • Comment on Re^4: SQL Database table to Perl Spreadsheet script

Replies are listed 'Best First'.
Re^5: SQL Database table to Perl Spreadsheet script
by Anonymous Monk on Oct 14, 2012 at 09:24 UTC

    Ok, so the problem is with the while loop, either

    • the query returns zero rows
    • or you skip all the results
    • or write_row fails silently

    You can find out what the problem is by using print ( Basic debugging checklist )

    A reply falls below the community's threshold of quality. You may see it by logging in.