Excel Column Number To Column Name
by Matt G
30 Jul 2007
(Updated 03 Aug 2009)
Converts an array of numbers to a cell array of Excel column names
|
Watch this File
|
| File Information |
| Description |
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 |
| MATLAB release |
MATLAB 7.3 (R2006b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (8) |
| 02 Aug 2007 |
D S
|
|
|
| 02 Aug 2007 |
Matt G
|
|
|
| 02 Aug 2007 |
D S
|
|
|
| 03 Aug 2007 |
Matt G
|
|
|
| 14 Oct 2008 |
Malcolm Lidierth
|
|
|
| 12 Apr 2009 |
Matt G
|
|
|
| 30 Jul 2009 |
Kevin J. Delaney
|
|
|
| 09 Jul 2010 |
Ly Tran
|
|
|
| Updates |
| 01 Aug 2007 |
Updated the summary to fit the 100 char limit |
| 01 Oct 2007 |
Revised title |
| 03 Mar 2008 |
Changed category, added screenshot |
| 12 Apr 2009 |
Fixed bug noted by Malcolm Lidierth. |
| 03 Aug 2009 |
Updated summary |
|
Contact us at files@mathworks.com