openpyxl.workbook.function组模块

class openpyxl.workbook.function_group.FunctionGroup(name=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

name

值的类型必须小于class'str'>

tagname = 'functionGroup'
class openpyxl.workbook.function_group.FunctionGroupList(builtInGroupCount=16, functionGroup=())[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

builtInGroupCount

值的类型必须小于class“int”>

functionGroup

只能包含声明类型的对象的序列(列表或元组)

tagname = 'functionGroups'