some numbers expressed as date when downloaded as xlsx file

1 view (last 30 days)
I created some numbers in a table and downloaded the table into xlsx using writetable function. Then some numbers are displayed as date in the output xlsx file. How can I fix this issue?
  1 Comment
Rik
Rik on 2 Jul 2020
Blame Excel. You should probably explicitly set the data type to Number in Excel.

Sign in to comment.

Answers (1)

Gouri Chennuru
Gouri Chennuru on 8 Jul 2020
Hi alpedhuez,
You can create a table and export into xlsx file with the help of writable function using this documentation link.
You can select the columns in excel spreadsheet and change the number format in xlsx file to Number if any dates are visible.
Hope this Helps!

Categories

Find more on Downloads in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!