xls2struct

Load Excel file contents as a structure

Download
Download

You are now following this Submission

Cite As

Ashish Uthama (2026). xls2struct (https://in.mathworks.com/matlabcentral/fileexchange/19707-xls2struct), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired: xls2mat

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.5.0

* Fixed bug when first column is all text. (num matrix returned by XLSREAD has one less column)

Download
1.4.0

* significant rewrite - add support to return structure arrays

Download
1.3.0

* suppressed inconsequential mlints
* fixed bug while handling mixed type of data ( ex: 1 2 'a' 'b')

Download
1.1.0

*Use dynamic structure field names instead of eval
*More flexibility for input data format in excel sheet

Download
1.0.0

Download