Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Get Excel column name for given decimal number

by johngg (Canon)
on Mar 27, 2020 at 11:35 UTC ( #11114715=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    johngg@shiraz:~/perl/Monks$ perl -Mstrict -Mwarnings -E '
    my @tests = ( -3, 0, 1, 26, 27, 701, 702, 703, 10342, 397645 );
    ...
    Col. no.    703 : Col name AAA
    Col. no.  10342 : Col name OGT
    Col. no. 397645 : Col name VPFA
    
  2. or download this
    johngg@shiraz:~/perl/Monks$ perl -Mstrict -Mwarnings -E '
    my @tests = ( -3, 0, 1, 26, 27, 701, 702, 703, 10342, 397645 );
    ...
    Col. no.    703 : Col name AAA
    Col. no.  10342 : Col name OGT
    Col. no. 397645 : Col name VPFA
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11114715]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2023-03-31 10:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (75 votes). Check out past polls.

    Notices?