Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkh/p5-spreadsheet-convertaa
Convert spreadsheet column name to/from decimal
https://github.com/nkh/p5-spreadsheet-convertaa
Last synced: 14 days ago
JSON representation
Convert spreadsheet column name to/from decimal
- Host: GitHub
- URL: https://github.com/nkh/p5-spreadsheet-convertaa
- Owner: nkh
- Created: 2011-10-21T07:45:14.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-16T20:01:27.000Z (about 12 years ago)
- Last Synced: 2024-10-11T21:43:07.356Z (about 1 month ago)
- Language: Perl
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Spreadsheet/ConvertAA version 0.04
==================================This module allows you to convert from Spreadsheet column notation ( 'A', 'AZ', 'BC', ..) to decimal and back.
my $baseAA = ToAA(475255) ;
my $base10 = FromAA('AAAZ') ;Base AA (the name I give to the column notation) doesn't have the 'zero' notion. There is certainly a better
and faster way to do the convertion.New in this version:
0.04-05 Thu Jun 30 01:00:00 2005
CHANGED: Implementation, taken from Spreadsheet::ReadINSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
None.COPYRIGHT AND LICENCE
See the pod documentation