Why does XLSREAD return errors with some spreadsheets on non-Windows platforms in MATLAB 7.6 (R2008a)?
Show older comments
I am attempting to use XLSREAD to import data from an Excel file on MAC OS 10.5, but have been unsuccessful. On executing XLSREAD on a certain XLS-file, I see several lines in the MATLAB Command Window that read as follows:
Skipping 16 bytes of extended strings
Skipping 16 bytes of extended strings
Skipping 16 bytes of extended strings
[snip]
Before generating one of the following errors:
??? Specified worksheet was not found
or
??? File could not be read by biffparse. Invalid record ID.
However, the same syntax will work on a Windows machine. I have also tried using the 'basic' mode with no success.
Accepted Answer
More Answers (0)
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!