Skip Menu |

This queue is for tickets about the Spreadsheet-WriteExcel-Simple CPAN distribution.

Report information
The Basics
Id: 65026
Status: new
Priority: 0/
Queue: Spreadsheet-WriteExcel-Simple

People
Owner: Nobody in particular
Requestors: mail [...] jelcke.nl
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: question about storing URL into xls sheet
Date: Sat, 22 Jan 2011 23:55:39 +0100
To: bug-Spreadsheet-WriteExcel-Simple [...] rt.cpan.org
From: Jelcke de Boer <mail [...] jelcke.nl>
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