Hello, I am using xlsread (in basic mode) in UNIX and I get this error: unrecognized header. Apparently it is a common error and there is no workaround. Well, I am still hoping someone could fix it...

 Accepted Answer

Jan
Jan on 12 Dec 2011

1 vote

As far as I understand when reading help xlsread, you can Excel files in basic mode only under Linux. This means, that the "Excel" file must actually be a tab-separated text file or a "compatible with Excel 97-2003". Do you try to process a binary Excel file? Perhaps a XLSX file?

More Answers (2)

Fanny Vatter Pelissier
Fanny Vatter Pelissier on 12 Dec 2011

0 votes

Thanks you for your answer. Actually, it seems that xlsread can read my file, except one header (it is written 'prot'). We tried to change it in anything, and it does not work. Apparently it is a common error...
Abhijit
Abhijit on 17 Jan 2013

0 votes

Hi
I cannot read xlsx file in UNIX platform. Could you please post what you did to read the xlsx file. I dont care about the header

3 Comments

Fanny
Fanny on 17 Jan 2013
What is your problem exactly? What is the error message?
I am trying to read a xlsx file in linux platform. I am using xlsread with basic and sheet name as string. MATLAB R2007 / R2008a version. I get the following error msg
> In xlsread at 198 ??? Error using ==> xlsread at 211 File contains unexpected record length. Try saving as Excel 98.
Walter Roberson
Walter Roberson on 17 Jan 2013
It cannot be done in R2007 / R2008 MATLAB on Linux, except by writing code yourself to do it.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!