XLS Import tool

XLS importing tool for variable datasets
374 Downloads
Updated 9 Jun 2011

View License

This was written after i couldn't find a suitable method of importing my Databases from Excel into Matlab.

Call this function with DBDump('filename') and it will import any N x M size Excel table (Remove Headers of the Tables) with any number of Numerical and Date fields,

Restrictions that it can only read dates that are in dd/mm/yyyy format, and all other text will either be ignored or thrown up as an error (So remove any text columns or convert them to numerical entries first)

Update to Ver 2.1 -

Can handle files with any text / headers, will still only read dates in dd/mm/yyyy format, but will record non-date test as NaN.

Cite As

Findlay Yeates (2024). XLS Import tool (https://www.mathworks.com/matlabcentral/fileexchange/31728-xls-import-tool), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

Update to Ver 2.1 -

Can handle files with any text / headers, will still only read dates in dd/mm/yyyy format, but will record non-date test as NaN.

1.0.0.0