Combining multiple Excel spreadsheets into one (strings + numerical values)
조회 수: 5 (최근 30일)
이전 댓글 표시
I have a total of around 100 Excel files. Each of them contain the same types of information in the same column order. For example: Column1: Year, Column2: Month, etc.
It also contains a two or three row header at the top rows.
Some of the information is numerical values, others are strings (e.g., Station no., A05, TP5, etc.).
How do I write a simple program to combine them into one single lump sump Excel spreadsheet with everything as is (header, numerical values, string, etc.)?
댓글 수: 0
답변 (1개)
Darshan Ramakant Bhat
2018년 1월 17일
There are many functions available in MATLAB to read specified columns from excel and write it to the other excel file. I hope following functions will be useful for you:
You can refer to below MATLAB answer posts as a starting point:
댓글 수: 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!