xlsread with linux
4 次查看(过去 30 天)
显示 更早的评论
is there no support for opening special worksheets from an xls file with linux?
>> m=xlsread('mysheed.xlsx','L2010');
Error using xlsreadXLSX>sheetNameToIndex (line 210)
Worksheet 'L2010' not found.
Error in xlsreadXLSX>getXLSXData (line 130)
sheetIndex = sheetNameToIndex(baseDir, sheet);
Error in xlsreadXLSX (line 9)
[sharedStrings, parsedSheetData, range] = getXLSXData(file, sheet, range);
Error in xlsread (line 233)
[numericData, textData, rawData] = xlsreadXLSX(file, sheet, range);
2 个评论
Walter Roberson
2012-5-11
Do you have a reference for what a "special worksheet" is in Excel ? Is 'L2010' supposed to be a flag indicating Excel 2010 compatibility or something like that?
Also, which version of MATLAB are you using?
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Characters and Strings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!