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

3 vues (au cours des 30 derniers jours)
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 commentaires
Yasmin Samy
Yasmin Samy le 30 Oct 2018
Hello Shivam, did you find a solution to your problem ??
Shivam Pande
Shivam Pande le 31 Oct 2018
No, I did not find it during the period when the question was asked. However, the answer below seem to work.

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 30 Oct 2018
You can pass a sheet name as the third parameter to xlswrite.
xlswrite does not offer any method to rename sheets.
  2 commentaires
Yasmin Samy
Yasmin Samy le 30 Oct 2018
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 le 30 Oct 2018
If you use xlswrite and the sheet does not already exist then xlswrite will create it.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by