Trees | Index | Help |
|
---|
Package utility :: Module ColumnConvertUtility :: Class ColumnConvertUtility |
|
Method Summary | |
---|---|
__init__(self,
debug)
| |
Invert function of stringToInt() | |
Function used to transform strings used cell column references (e.g. |
Class Variable Summary | |
---|---|
Callable |
getInstance = <utility.ColumnConvertUtility.Callable ins...
|
ColumnConvertUtility |
instance = <utility.ColumnConvertUtility.ColumnConvertUt...
|
Method Details |
---|
intToString(self, integer)Invert function of stringToInt() |
stringToInt(self, col)Function used to transform strings used cell column references (e.g. A5) to integers for efficiency reasons. Note that 0 are removed from possible integers to avoid ambiguity. (i.e. if "A" is converted to 0, "AAA"=000=0, 0==0 while "A" != "AAA"). |
Class Variable Details |
---|
getInstance
|
instance
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 26 22:55:24 2004 | http://epydoc.sf.net |