always_export_as_json_object proprietà
always_export_as_json_object proprietà
Indica se esportare sempre excel in json come oggetto, anche se nel file è presente solo un foglio di lavoro.
Definizione:
@property
def always_export_as_json_object(self):
...
@always_export_as_json_object.setter
def always_export_as_json_object(self, value):
...
Guarda anche
- modulo aspose.cells
- classe JsonSaveOptions