Excel File Reader

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.

인용 양식

michael arant (2026). Excel File Reader (https://kr.mathworks.com/matlabcentral/fileexchange/29069-excel-file-reader), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 준 파일: excllread

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.1.0.0

Bug fix for invalid structure charters in Excel sheet names as well as check for duplicate sheet names which can occur when correcting for invalid charters.

1.0.0.0