in reply to parse Excel number which represents a date

How are you getting the value of the cell? If you use:
$cell->{Val}
then you will get the unformatted value, but if you use:
$cell->value()
you should get the formatted value