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