Convert row & column number into xlswrite compatible format

Converts the row & column number to work with xlswrite range input argument.
697 Downloads
Updated 28 Nov 2011

View License

Example1:
>> conv2xlscell(1,718)

ans =

AAP1

Example2:
>> str = conv2xlscell(500,22)

str =

'V500'

Cite As

Sebastian W (2026). Convert row & column number into xlswrite compatible format (https://www.mathworks.com/matlabcentral/fileexchange/33905-convert-row-column-number-into-xlswrite-compatible-format), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Version Published Release Notes
1.1.0.0

- fixed problem with wrong output format, now it's string as it should be

1.0.0.0