Recommend this page to a friend! |
Classes of András Zoltán-Gyárfás | IrisSG Technical Test | Readme.md | Download |
|
DownloadTask Name: Excel Sheet Column Letter to Column Number And Vice Versa.Pick from C#, JavaScript or PHP to complete this task, it can be done in any IDE.
Example: | Input | Output | |-------|--------| | A | 1 | | B | 2 | | C | 3 | | Z | 26 | | AA | 27 | | AB | 28 |
Example: | Input | Output | |-------|--------| | 26 | Z | | 51 | AY | | 52 | AZ | | 80 | CB | | 676 | YZ | | 702 | ZZ | | 705 | AAC | UsageTest from console
Run test
|