Excel XLSWRITE problem (help)

조회 수: 12 (최근 30일)
zhixuan hong
zhixuan hong 2018년 2월 28일
댓글: zhixuan hong 2018년 3월 1일
Hi guys , I have some variables which need to get copied in an excel sheet. The variables gets changed every time I run the GUI program. Now when I try it with the XLSWRITE it overwrites the previous value, but I need to collect all the data. How to do that? I try to search answer online but doesn't work... It will be much helpful if we are able to store the variables in a specific columns of an excel sheet. Let say for variable A ,it should be able to store it in A1, B in B1 etc... Thanks.

채택된 답변

Walter Roberson
Walter Roberson 2018년 2월 28일
Pass the sheet reference to xlswrite as the third parameter and pass the range as the fourth parameter.
To check: are you using Windows with excel installed? Are you writing to xls or xlsx or are you writing to csv?
  댓글 수: 3
Walter Roberson
Walter Roberson 2018년 3월 1일
When you use readtable() pass the option 'readvariablenames', false
zhixuan hong
zhixuan hong 2018년 3월 1일
Thank you so much ! BUT for xls or xlsx file, is it possible separate the data into 3 columns like csv form? or I can convert csv file to xls/xlsx file?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by