in reply to Spreadsheet Parsing problem
It seems this is something worse than we all expected. I tried to modify the code slightly and replaced the last line with
but still the resulting XLS doesn't show right.open OUT, '>', 'c:\temp\xls\Out.xls' or die "Can't create the file: $! +\n"; binmode OUT; print OUT $ss->data; close OUT;
If I print the @idata in hexa there IS only LF, and if I look with a hexa editor on both the original XLS and the created one BOTH contain just LF between the lines yet ... one works and the other does not.
This starts to look like a bug in Spreadsheet::WriteExcel::Simple or Spreadsheet::WriteExcel to me :-(
Jenda
Always code as if the guy who ends up maintaining your code
will be a violent psychopath who knows where you live.
-- Rick Osborne
Edit by castaway: Closed small tag in signature
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Spreadsheet Parsing problem
by jmcnamara (Monsignor) on Apr 29, 2003 at 22:41 UTC |