Classes | |
class | exprNode |
class | FormulaTranslator |
Functions | |
def | getText (nodelist) |
def | handleCells (cellList, actCellSheet, sList) |
def | handleStrings (theStr, sList) |
def | handleWorkBook (theBook, sheetDict, Doc) |
def | handleWorkSheet (theDom, actSheet, strList) |
def | insert (nameXLSX, docname) |
def | open (nameXLSX) |
Variables | |
dictionary | branchHigher = {'=':None} |
dictionary | branchLower |
gui | |
pythonopen = open | |
dictionary | sepToken |
dictionary | tokenDic |
dictionary | treeDict |
def importXLSX.getText | ( | nodelist | ) |
Referenced by handleCells(), handleStrings(), and handleWorkBook().
def importXLSX.handleCells | ( | cellList, | |
actCellSheet, | |||
sList | |||
) |
References getText().
Referenced by handleWorkSheet().
def importXLSX.handleStrings | ( | theStr, | |
sList | |||
) |
def importXLSX.handleWorkBook | ( | theBook, | |
sheetDict, | |||
Doc | |||
) |
def importXLSX.handleWorkSheet | ( | theDom, | |
actSheet, | |||
strList | |||
) |
References handleCells().
def importXLSX.insert | ( | nameXLSX, | |
docname | |||
) |
References handleStrings(), handleWorkBook(), and handleWorkSheet().
def importXLSX.open | ( | nameXLSX | ) |
References handleStrings(), handleWorkBook(), and handleWorkSheet().
dictionary importXLSX.branchHigher = {'=':None} |
dictionary importXLSX.branchLower |
importXLSX.gui |
importXLSX.pythonopen = open |
dictionary importXLSX.sepToken |
dictionary importXLSX.tokenDic |
dictionary importXLSX.treeDict |