diff options
Diffstat (limited to '')
-rw-r--r-- | reader/reader.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/reader/reader.go b/reader/reader.go index d8ab23c..b5d088b 100644 --- a/reader/reader.go +++ b/reader/reader.go @@ -84,6 +84,8 @@ func alphaSingle() []string { return letters } +var alphaStream = alphas(10) + //alphas generates the alpha column compont of Excel cell references //Combines n alphabets to do this. func alphas(n int) []string { |