MATLAB: Add multiple timestamps in the excel file first column

timestamp

Hi I am using xlswrite to add string of timestamps to the first column of excel file but it shows me #######.
How to correct this?
I would be very grateful for your help.
Regards

Best Answer

##### - Sometimes referred to as “Railroad tracks”, this error can be caused by several conditions:
  • A number in a cell is too wide for the cell to display it.
  • The formula in the cell produces a result that is too wide for the cell.
  • There is a negative number in the cell that has been formatted for dates or times. Dates and times in Excel must be positive values.
Solution:
  • Widen the column containing the problem cell.
  • Change the format of the problem cell to something other than a date/time format.
  • Correct the negative number in a date/time formatted cell.