Masters of Wisdom:
I am working on a program that writes data to an EXCEL workbook. I have everything working, with the exception of formatting the cell. Occasionally, I need to write in something like 2-89. I DO NOT want this read as a date, but rather just as it is. When I open the workbook, EXCEL automatically changes it to Feb-89. I am not sure how to format the cell as a text cell through PERL. Suggestions???