Excel Column Number To Column Name
Versione 1.4.0.0 (1,76 KB) da
Matt G
Converts an array of numbers to a cell array of Excel column names
XLSCOLNUM2STR takes in an array of numbers and returns a cellular array of the same size with cell of corresponding Excel column names.
example:
n=[1 10;
53 256]
c=xlsColNum2Str(n);
c={'A' , 'J';
'BA', 'IV'}
See Also XLSCOLSTR2NUM
Cita come
Matt G (2025). Excel Column Number To Column Name (https://it.mathworks.com/matlabcentral/fileexchange/15748-excel-column-number-to-column-name), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2006b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Spreadsheets in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
