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