How to remove specific .xlsx files from a directory?
1 次查看(过去 30 天)
显示 更早的评论
I have in a directory multiple .xlsx files. Some files have 1 coulmn and 1 row (1x1) (see attached file1.xlsx) and some files have 6 columns and 1 row (1x6) (see attached file2.xlsx). I am importing these files in order to understand what I mean .
I would like to remove files 1x1 and keep files 1x6 from a directory. Which command should I use?
Could you help me please?
1 个评论
Rik
2021-3-7
What do you think? This isn't your first question, you know the drill.
Try to split up your problems into solvable steps. Do you know how to read xlxs files? Do you know how to determine what size the contents are? Do you know how to delete a file if you know the file name?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 File Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!