CSV files into separate Excel spreadsheets all within 1 workbook
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
EL
am 15 Dez. 2016
Beantwortet: Walter Roberson
am 15 Dez. 2016
Hello,
I have a large set of CSV files (N=400; all in a single folder) that need to be added as separate sheets into a single Excel Workbook. So far I have written code to open my destination workbook. I am having trouble, however, looping through my directory to open each CSV file. I then need to write each CSV file as a separate sheet in my destination workbook.
Any help would be greatly appreciated, thank you!
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 15 Dez. 2016
When you xlswrite() provide either a worksheet name or worksheet number as the third parameter.
0 Kommentare
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!