Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.38 KB

File metadata and controls

42 lines (28 loc) · 1.38 KB

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

AbstractLowCodeLoadOptionsProvider class

Implementation to provide multiple load options for processes that use multiple inputs(such as template files).

The AbstractLowCodeLoadOptionsProvider type exposes the following members:

Properties

Property Description
current Gets the load options from which to load data of currently processed part.

Methods

Method Description
move_next(self) Checks whether there is more input.
finish(self, part) Releases resources after processing currently part of input.

Remarks

For example, SpreadsheetMerger feature requires multiple template files to merge.

See Also