to_excel_struct属性
to_excel_struct属性
是否转换为Excel文件的json结构体。
注意事项
仅用于将范围转换为 JSON。
定义:
@property
def to_excel_struct(self):
...
@to_excel_struct.setter
def to_excel_struct(self, value):
...
是否转换为Excel文件的json结构体。
仅用于将范围转换为 JSON。
@property
def to_excel_struct(self):
...
@to_excel_struct.setter
def to_excel_struct(self, value):
...