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

Re^3: Get Excel column name for given decimal number

by Tux (Canon)
on Mar 28, 2020 at 16:07 UTC ( [id://11114759]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                (warning: too few iterations for a reliable count)
                  Rate getcolname  int2LATIN  col2label
    getcolname 0.119/s         --      -100%      -100%
    int2LATIN   31.4/s     26218%         --       -55%
    col2label   68.9/s     57742%       120%         --
    
  2. or download this
    use 5.14.2;
    use warnings;
    ...
        col2label  => sub { col2label  ($_) for 1 .. 20000 },
        int2LATIN  => sub { int2LATIN  ($_) for 1 .. 20000 },
        });
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-03-28 13:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found