Hi,
I try to store a url in a excel sheet but the column stays empty.
It does work when I strip the http part of the url variable.
Can you advise me how to solve this?
# dump lines to excel
my @row;
@row = ("$line->[0]", "$URL");
$ss->write_row(\@row);
Greetings,
Jelcke