Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

I'm unable to access data using xlsread

1 visualizzazione (ultimi 30 giorni)
sherry holmes
sherry holmes il 8 Feb 2018
Chiuso: MATLAB Answer Bot il 20 Ago 2021
w=xlsread("data.xlsx",1,g9:g345");
  5 Commenti
Aletta Wilbrink
Aletta Wilbrink il 8 Feb 2018
Is the name sheet1 spelled correctly? Maybe you have an capital s or a space somewhere
Walter Roberson
Walter Roberson il 8 Feb 2018
[status, sheetnames] = xlsinfo('EIG_Battery.xlsx');
will return the sheet names in the second output.

Risposte (1)

Abhinav
Abhinav il 8 Feb 2018
You need to use the exact name of sheet. This is case sensitive. For e.g. if sheet name in excel workbook is Sheet1, then in function you should type Sheet1, not sheet1.

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by