input_file property
input_file property
Gets and sets the file(with path if needed) of the template.
Remarks
When setting a non-null and non-empty path to this property,
the previously set value for LowCodeLoadOptions.input_stream
will be ignored.
Definition:
@property
def input_file(self):
...
@input_file.setter
def input_file(self, value):
...
See Also
- module
aspose.cells.lowcode
- class
LowCodeLoadOptions