How to make a xlsx file to a comma delimited csv file?
5 ビュー (過去 30 日間)
古いコメントを表示
Zeynab Mousavikhamene
2021 年 3 月 24 日
コメント済み: Walter Roberson
2021 年 3 月 24 日
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 件のコメント
採用された回答
Walter Roberson
2021 年 3 月 24 日
readtable and writetable
2 件のコメント
Walter Roberson
2021 年 3 月 24 日
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)
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!