to_excel_struct property

to_excel_struct property

Indicates whether converting to json struct of the Excel file.

Remarks

Only for converting range to JSON.

Definition:

@property
def to_excel_struct(self):
    ...
@to_excel_struct.setter
def to_excel_struct(self, value):
    ...

See Also