Reading excel sheetname n extracting data from that using matlab

조회 수: 18 (최근 30일)
ppp
ppp 2019년 7월 10일
댓글: ppp 2019년 7월 10일
can u pass sheetnames(Not numbers please) of excel file using matlab so it reads only that particular sheet from the excel file and not anything else?

채택된 답변

Alex Mcaulley
Alex Mcaulley 2019년 7월 10일
Using xlsread
num = xlsread(filename,sheet) %Sheet can be a number or an existing sheet name
You can use also xlsfinfo to obtain the sheet names
[status,sheets] = xlsfinfo(filename)

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