always_export_as_json_object property

always_export_as_json_object property

Indicates whether always exporting excel to json as object, even there is only a worksheet in the file.

Definition:

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

See Also