I have a .csv file with 4 columns and about 3 million rows. When i open it up in excel, it will only show about the first 1,048,500 rows. Is there some way that i can take the subsequent rows that are not showing and place them in a separate sheet in the same excel file?

 채택된 답변

dpb
dpb 2014년 8월 8일

1 개 추천

If you can read the file into Matlab, sure...just write the sections you wish
doc xlswrite
for details on the writing. If can't read the whole thing into Matlab, either, can always use the 'headerlines' option on textread or textscan or the [R,C} optional argument to csvread (altho I've never tested it w/ any huge size like this)

추가 답변 (0개)

카테고리

태그

질문:

2014년 8월 8일

답변:

dpb
2014년 8월 8일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by