always_export_as_json_object propriété
always_export_as_json_object propriété
Indique si vous exportez toujours Excel vers json en tant qu’objet, même s’il n’y a qu’une feuille de calcul dans le fichier.
Définition:
@property
def always_export_as_json_object(self):
...
@always_export_as_json_object.setter
def always_export_as_json_object(self, value):
...
Voir également
- module aspose.cells
- classe JsonSaveOptions