Convert row & column number into xlswrite compatible format

Converts the row & column number to work with xlswrite range input argument.

You are now following this Submission

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 .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

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

1.0.0.0