Excel File Reader
Version 1.1.0.0 (1.57 KB) by
michael arant
Rather simple tool to read all data from all sheets in an excel file.
Rather simple tool to read all data from all sheets in an excel file. Output is a structure with organization:
Data.Sheet_Name.num - The numerical value content
Data.Sheet_Name.txt - The text in the sheet
Data.Sheet_Name.cel - Raw cell dump of contents
Multiple sheets are listed by sheet name.
Note that large Excel files can crash memory in MATLAB.
Cite As
michael arant (2025). Excel File Reader (https://www.mathworks.com/matlabcentral/fileexchange/29069-excel-file-reader), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2010a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Spreadsheets in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired: excllread
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.