How can I use XLSWRITE command to name a worksheet in a workbook in MATLAB?

조회 수: 3 (최근 30일)
I am using XLSWRITE command to write multiple matrices to the same excel file in different worksheets. But, I also want to rename the worksheets for better understanding. How can this be done?
  댓글 수: 2
Yasmin Samy
Yasmin Samy 2018년 10월 30일
Hello Shivam, did you find a solution to your problem ??
Shivam Pande
Shivam Pande 2018년 10월 31일
No, I did not find it during the period when the question was asked. However, the answer below seem to work.

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

채택된 답변

Walter Roberson
Walter Roberson 2018년 10월 30일
You can pass a sheet name as the third parameter to xlswrite.
xlswrite does not offer any method to rename sheets.
  댓글 수: 2
Yasmin Samy
Yasmin Samy 2018년 10월 30일
Yes that`s what I`m currently doing. Saving the workbook with the sheet names i want. Then using xlswrite to fill it up! I think to set it within the code, we would need to use writetable, correct?
Walter Roberson
Walter Roberson 2018년 10월 30일
If you use xlswrite and the sheet does not already exist then xlswrite will create it.

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

추가 답변 (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