Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 196 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 196 Bytes

Number -> Excel-Column-Name -> Number

Convert a number to the Base26 Number-Index of Excel columns.

For example:

0 -> A
1 -> B
2 -> C
...
25 -> Z
26 -> AA
27 -> AB
...
859 -> AGB
...