I’m trying to duplicate the way excel provides labels its columns where
A = 1
B = 2
so on and so forth, so that it eventually reaches
AB
AC
AD
etc, etc.
How do I algorithmically take a number (like 52) and convert it to its equivalent alphabet representation?
Hope that helps.