To read a multiple csv files along with headers
Ältere Kommentare anzeigen
To read a multiple csv files along with headers;
Each file consists of 60 nos. of columns and I would like to store the whole data into a single excel file.
First row contains headers as characters, First column is of date and second column is of time stamp.
Pls any answer for this question
4 Kommentare
Walter Roberson
am 30 Mär. 2013
All of the data from all of the csv files is to be saved together in a single excel file? If that is correct then do you want the files saved side-by-side, columns 1:60 then 61:120, and so on? Or do you want them saved one after another, first file followed downwards by second file?
How do you want the date and time-stamp represented in the excel file? As strings or as excel dates ?
Please give an example line so we can see what the current date and time-stamp look like.
sarfudeen
am 31 Mär. 2013
Walter Roberson
am 31 Mär. 2013
Please give an example line so we can see what the current date and time-stamp look like.
sarfudeen
am 31 Mär. 2013
Bearbeitet: Walter Roberson
am 31 Mär. 2013
Antworten (0)
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!