xlcolumn

Converts Excel column name to column number and vise versa.

이 제출물을 팔로우합니다

xlcolumn(column)

column: Can be either column name (characters) or column number (positive integers).

NOTE: Excel sheet is limited to 256 columns. Therefore, column number should be between (1-256) and column name should be between ('A' - 'IV').

Example:
xlcolumn('K')
xlcolumn('EQ')
xlcolumn(234)
xlcolumn(19)

인용 양식

Fahad Al Mahmood (2026). xlcolumn (https://kr.mathworks.com/matlabcentral/fileexchange/5942-xlcolumn), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: xlswrite - legacy

도움 준 파일: Example of how to save or read data to an Excel archive.

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

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