How to make a xlsx file to a comma delimited csv file?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Zeynab Mousavikhamene
il 24 Mar 2021
Commentato: Walter Roberson
il 24 Mar 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:![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/560353/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/560353/image.jpeg)
0 Commenti
Risposta accettata
Walter Roberson
il 24 Mar 2021
readtable and writetable
2 Commenti
Walter Roberson
il 24 Mar 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)
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Spreadsheets in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!