openpyxl.workbook.function_group module¶
-
class
openpyxl.workbook.function_group.FunctionGroup(name=None)[source]¶ Bases:
openpyxl.descriptors.serialisable.Serialisable-
name¶ Values must be of type <type ‘basestring’>
-
tagname= 'functionGroup'¶
-
-
class
openpyxl.workbook.function_group.FunctionGroupList(builtInGroupCount=16, functionGroup=())[source]¶ Bases:
openpyxl.descriptors.serialisable.Serialisable-
builtInGroupCount¶ Values must be of type <type ‘long’>
-
functionGroup¶ A sequence (list or tuple) that may only contain objects of the declared type
-
tagname= 'functionGroups'¶
-