in reply to Re^4: How to modify column in WriteExcel?
in thread How to modify column in WriteExcel?

You don't need to run another query, you can use $data in the loop

for my $row (@$data ){
poj

Replies are listed 'Best First'.
Re^6: How to modify column in WriteExcel?
by vserzh (Novice) on Mar 13, 2019 at 11:40 UTC
    Ok, I understood thanks!