in reply to Write content of excel data in to text file
print FILE "$cell->value()"; [download]
to:
print FILE $cell->value(); [download]