Tabular parsing: bug in datetime quantities read from spreadsheet files
If the excel file contains a cell whose format has been set to Date, then our metainfo is reading it as a Timestamp type, it used to read it as a string but some recent update changed the things.
This need a fix in the TableData class and @amgo is already informed