title: AbstractLowCodeLoadOptionsProvider class second_title: Aspose.Cells for Python via .NET API References description: type: docs weight: 10 url: /aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/ is_root: false
Implementation to provide multiple load options for processes that use multiple inputs(such as template files).
The AbstractLowCodeLoadOptionsProvider type exposes the following members:
| Property | Description |
|---|---|
| current | Gets the load options from which to load data of currently processed part. |
| Method | Description |
|---|---|
move_next(self) |
Checks whether there is more input. |
finish(self, part) |
Releases resources after processing currently part of input. |
For example, SpreadsheetMerger feature requires
multiple template files to merge.
- module
aspose.cells.lowcode - class
SpreadsheetMerger