how to read a specific element from an excel file ?
2 次查看(过去 30 天)
显示 更早的评论
i want to read a specific element from a excel file named "try.xls" i tried this command : xlsread('C:\Users\Mahmoud\Desktop\RECHERCHE\try.xlsx','sheet1','B2') it didn't work it gives me this error : "Worksheet 'sheet1' not found."
0 个评论
采纳的回答
Greg
2017-10-18
It sounds like Worksheet 'sheet1' does not exist.
Support for .XLSX files with xlsread() was not introduced until R2009a, and may not work as expected until R2012a.
0 个评论
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!