Hi all!May problem is:I have a scirpt, that read out the data from an excel file:
But when read out an date format cell, the result not the date, but a number..for example: 2009.06.15 will be: 39979How can I solve this problem? Or how can I do, that the srcipt read out the cell as a string?Thx the help in advance!Koky
I would enjoy the answer to this as well. I understand the numerical value behind the date but cant quite figure out how to change it.
-Grahm
Excel Reports
I found this Excell's formula usefull: TEXT(B3,"mmmm dd")
Where B3 is cell with date and TEXT formula converts it to text the way I want it to be displayed.