How do I convert an integer into an alphabet or string that corresponds to Excel column alphabet? I would like to use python to do the conversion. Here are some examples;
1 -> A
10 -> J
26 -> Z
27 -> AA
30 -> AD
I am using python v3, Excel 2016 and xlwings python library to read/write to Excel.