How to make a xlsx file to a comma delimited csv file?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Zeynab Mousavikhamene
am 24 Mär. 2021
Kommentiert: Walter Roberson
am 24 Mär. 2021
I need to covert a xlsx file to a comma delimited csv file. writematrix is not a good option as its input is matrix and in my case the data look like this:
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 24 Mär. 2021
readtable and writetable
2 Kommentare
Walter Roberson
am 24 Mär. 2021
readtable and writetable again. Both of them can read and write csv and xlsx. There are some differences on the ability to write into selective locations, so which you are using for output can matter, but for this particular purpose the code is simple (provided that the column headings are valid matlab variable names; if not then newer matlab can handle the situation but not older matlab)
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!