Merge excel files to one with many sheets csv
1 回表示 (過去 30 日間)
古いコメントを表示
Hi to all,
i would like to select a directory with a few excel csv files. And these csv files with its strings and numbers i would like to have in one excel csv. Every file gets one sheet. And the sheet name should be the excel file name it was before the merge.
So how can i do this the best? I have the MATLAB R2016b version.
Many thanks
Adrian
1 件のコメント
Guillaume
2018 年 11 月 7 日
csv files (which are not excel files but that by default are opened in excel if it's installed) are just plain text files. As a result, they do not have a concept of sheet.
What you want can only be done if the output is a xls or xslx file (or equivalent spreadsheet format of other programs).
回答 (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!