Home > Archive > PERL Miscellaneous > June 2005 > Write Excel problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Write Excel problem
|
|
|
| Hi
I get the message
Couldn't Parse the formula, and the string that I m writing in is not a
Excel formula, How can I avoid a column being interpreted as formula.
| |
|
| put a single quote before the text. It will not be displayed and will
not enter into any calculations etc. made upon the cell. - pikus
| |
| A. Sinan Unur 2005-06-08, 3:59 pm |
| "pikus" <hacker.poet@gmail.com> wrote in news:1118241689.993108.92990
@z14g2000cwz.googlegroups.com:
> put a single quote before the text.
Better yet, quote some context when you are replying.
Sinan
--
A. Sinan Unur <1usa@llenroc.ude.invalid>
(reverse each component and remove .invalid for email address)
comp.lang.perl.misc guidelines on the WWW:
http://mail.augustmail.com/~tadmc/c...guidelines.html
|
|
|
|
|