file_name property

file_name property

Gets and sets the current file name.

Remarks

If the file is opened by stream and there are some external formula references, please set the file name.

Definition:

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

See Also