Convert row & column number into xlswrite compatible format

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

View License

Example1:
>> conv2xlscell(1,718)

ans =

AAP1

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

str =

'V500'

Cite As

Sebastian W (2024). 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

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
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