last_saved_by property
last_saved_by property
Gets or sets the name of the last author.
Remarks
Aspose.Cells does not update this property when you modify the document.
Definition:
@property
def last_saved_by(self):
...
@last_saved_by.setter
def last_saved_by(self, value):
...