gensrc.addins.excelexceptions.ExcelCellNameException Class Reference
Inheritance diagram for gensrc.addins.excelexceptions.ExcelCellNameException:
Collaboration diagram for gensrc.addins.excelexceptions.ExcelCellNameException:

Public Member Functions

def __init__ (self, functionName, maxColumnId, maxRowNumber)
 

Public Attributes

 value_
 

Static Public Attributes

string CELL_NAME_ERROR
 

Detailed Description

Function name conflicts with Excel cell range name.

Constructor & Destructor Documentation

◆ __init__()

def gensrc.addins.excelexceptions.ExcelCellNameException.__init__ (   self,
  functionName,
  maxColumnId,
  maxRowNumber 
)
Initialize the ExcelCellNameException object.

Member Data Documentation

◆ CELL_NAME_ERROR

string gensrc.addins.excelexceptions.ExcelCellNameException.CELL_NAME_ERROR
static
Initial value:
= '''
Error processing function %(functionName)s -
The function name "%(functionName)s" is invalid, because
it conflicts with an Excel cell range name.
Excel 2007, cells are named from A1 to %(maxColumnId)s%(maxRowNumber)s
and these identifiers may not be used as function names.'''

The documentation for this class was generated from the following file:
  • excelexceptions.py