When using the import tool to import data from an excel file, how do I convert the spreadsheet dates to datenumbers?

6 views (last 30 days)

Accepted Answer

Umakant
Umakant on 29 Sep 2014
To convert dates from spreadsheets to Date Number add a new rule for converting dates to Date Number. To add this rule:
1) Select “Convert” from drop down list in middle of the import window then Spreadsheets dates to->datenum from next dropdown lists.
2) Click “Import Selection” button this will import the selected data to the workspace in Date Numbers.
Please refer to following link for information on importing spreadsheet data:

More Answers (2)

Joseph Cheng
Joseph Cheng on 29 Sep 2014
Edited: Joseph Cheng on 29 Sep 2014
you'll have to have the rules for the "unimportable Cells" portion to have:
  • Convert Spreadsheet dates to datenum
  • exclude rows with unimportable cells

Sean de Wolski
Sean de Wolski on 29 Sep 2014
You could also click the drop down arrow next to the column and select date as the option:

Community Treasure Hunt

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

Start Hunting!