Thanks for your help, John, and of course for writing the module!!
I know about write_row() and write_col() but they don't fit my need.
The data from a database comes in rows. I want to write them immediately
and need a different format for each column. So I planned to extend my writerow()
method to accept not only an arrayref to the data but also a second arrayref
for the format of ach column.