Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 400 Bytes

File metadata and controls

7 lines (4 loc) · 400 Bytes

Convert-Column-to-Letter-and-Back

Converts a spreadsheet column index (numeric) to it's letter (string) equivalent and the other way around

This was written in Typescript for use in Google Sheets via Clasp but can easily be adapted to VBS for Excel use.

This was my take on adapting a conventional loop-based method to a more functional programming paradigm