in reply to problem using perl module Spreadsheet::WriteExcel cannot get data into rows when using for loop on a list to populate rows

Give us something that will run. In particular provide the arrays like @model (invent data for them if you must).

You might like to comment out your $worksheet->write's and put print's in their place so you can more easily see what is going on.

Use use warnings; use strict; if you are not already.


Perl is Huffman encoded by design.
  • Comment on Re: problem using perl module Spreadsheet::WriteExcel cannot get data into rows when using for loop on a list to populate rows
  • Select or Download Code