Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Get Excel column name for given decimal number

by johngg (Canon)
on Mar 27, 2020 at 11:35 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-19 07:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found