prad_intel has asked for the wisdom of the Perl Monks concerning the following question:
"Hi ,
I am a QA engineer from bangalore working on perl,I came across a problem while generating report into a csv file where I am also printing the Excel formulas into it.
I have to print something like this
print LOG",=EXACT(B24,D24)\n";
but what happens when i print this in the log.csv the comma takes D24 to the next field .
Is there a way to print the formula to a single cell.
I tried putting an escape sequence something like
print LOG",=EXACT(B24\,D24)\n";
but still it gave me the same result.
Thanks and Regards
Pradeep.S";
20050120 Janitored by Corion: Added formatting
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Comma problem
by friedo (Prior) on Jan 20, 2005 at 13:23 UTC | |
by jZed (Prior) on Jan 20, 2005 at 15:55 UTC | |
|
Re: Comma problem
by borisz (Canon) on Jan 20, 2005 at 13:51 UTC | |
|
Re: Comma problem
by florg (Friar) on Jan 20, 2005 at 13:40 UTC | |
|
Re: Comma problem
by idsfa (Vicar) on Jan 20, 2005 at 16:13 UTC | |
|
Re: Comma problem
by prad_intel (Monk) on Jan 22, 2005 at 11:14 UTC |