title: finish method second_title: Aspose.Cells for Python via .NET API References description: type: docs weight: 20 url: /aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/finish/ is_root: false
Releases resources after processing currently part of input.
def finish(self, part):
...| Parameter | Type | Description |
|---|---|---|
| part | LowCodeLoadOptions |
the load options used for currently split part. |
By default this method just closes the stream specified by the
LowCodeLoadOptions.input_stream directly(if the load options
specified a Stream as source).
User may overwrite this method to control how to release resources
according to their requirement and the implementation of
AbstractLowCodeLoadOptionsProvider.current.
- module
aspose.cells.lowcode - class
AbstractLowCodeLoadOptionsProvider