I think unix uses \n and winders uses \n\r so you may need to use \n\r or \r instead of \n
Or someother line ending \f or?? Dan > -----Original Message----- > From: Paul Kraus [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 7:45 AM > To: Perl > Subject: Spreadsheet::WriteExcel - Unix New line > > > I wrote a script that generates an excel file. I tested it on > a windows xp pro machine and everything was ok. When I put > the script on the UNIX server and run it I get blocks on my > excel sheet where new lines occurred. How can I have the UNIX > Perl write out Microsoft new line characters so that the > excel sheet looks normal? > > Paul Kraus > Network Administrator > PEL Supply Company > 216.267.5775 Voice > 216-267-6176 Fax > www.pelsupply.com > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
