How to name an excel worksheet when using writetable

조회 수: 164 (최근 30일)
Stephen
Stephen 2017년 7월 21일
댓글: Walter Roberson 2022년 7월 9일
Is there a simple way to name an the excel worksheet when using the writetable fnx? I am aware of the answer by Thomas Koelen on 8 May 2015 ( https://www.mathworks.com/matlabcentral/answers/215703-changing-the-name-of-the-sheet-in-excel ) but I am hoping there is a more direct and simple method, not involving ActiveX. Instead of an excel workbook with "Sheet1", "Sheet2", etc I want to give specific names to the worksheets.

채택된 답변

Fangjun Jiang
Fangjun Jiang 2017년 7월 21일
writetable(TableObj,'test.xlsx','FileType','spreadsheet','Sheet','MyTable')
  댓글 수: 8
Walter Roberson
Walter Roberson 2022년 7월 9일
Hastyar Barvar comments to @Seum Bin Rahman
irreverent and sensing for a downlink
Walter Roberson
Walter Roberson 2022년 7월 9일
Hastyar Barvar:
The topic of the link is how to get rid of the default three sheets that are created, 'sheet1', 'sheet2', 'sheet3' . Deleting those sheets after creation is a valid approach to the question of how to end up with an Excel worksheet that does not have sheets with those names, which is what @Stephen was asking about.

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

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