xlcolumn

버전 1.0.0.0 (1.56 KB) 작성자: Fahad Al Mahmood
Converts Excel column name to column number and vise versa.
다운로드 수: 3.3K
업데이트 2004/9/30

라이선스 보기

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. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
도움

도움 받은 파일: xlswrite - legacy

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

버전 게시됨 릴리스 정보
1.0.0.0