alpha.pl: translate Excel column headers into numerical rank
By tupy at Tue, Feb 28 2006 12:19pm |
Description:
alpha.pl:
Translates alphabetical string of one or two letters into a numerical value using modulo-26 addition; use to find column order when parsing very wide Excel input.
Usage:
alpha.pl /excel column header/
alpha.pl AB
Script File:
alpha.pl.gz (571 bytes)


