|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Not sure why perl-generated spreadsheet has formatting issuesby poopay (Initiate) |
| on Sep 14, 2012 at 09:11 UTC ( #993689=perlquestion: print w/ replies, xml ) | Need Help?? |
|
poopay has asked for the
wisdom of the Perl Monks concerning the following question:
I have recently created a perl script that aims to collect information from different spreadsheets and combine the data into one spreadsheet. I've set 2 columns to display data in a date format. The spreadsheet was indeed generated; however, I noticed that the date in the formatted column treat the dates as string. However, I noticed that if I double-click the cell with the dates then press "Enter", the data is then converted to the format I wanted it to be. This is a snippet of the code I created
Is there a way for my output to be displayed properly in the correct format without me doing this? Hope someone can help.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||