in reply to How to limit the header row height with Excel::Writer::XLSX

Am I doing something wrong?
$worksheet->set_row( 0, $no_rows );
poj

Replies are listed 'Best First'.
Re^2: How to limit the header row height with Excel::Writer::XLSX
by flexvault (Monsignor) on Nov 29, 2015 at 22:26 UTC

    Thanks poj and ++

    In the example I used to get me started, the comment for the 'set_row' command was to set the number of rows allowed in the spreadsheet. The current documentation for Excel::Writer::XLSX is excellent, and I corrected my script from the description for 'set_row'.

    And the good news, It Works!

    Regards...Ed

    "Well done is better than well said." - Benjamin Franklin