Trees | Index | Help |
|
---|
Package utility :: Module ColumnConvertUtility :: Class ColumnConvertUtility |
|
Singleton
--+
|
ColumnConvertUtility
Method Summary | |
---|---|
__init__(self)
| |
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 |
_ColumnConvertUtility__instance = <utility.ColumnConvert...
|
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, then "AAA"=000=0, but "A" != "AAA").
|
Class Variable Details |
---|
getInstance
|
_ColumnConvertUtility__instance
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Aug 17 18:20:06 2004 | http://epydoc.sf.net |