public abstract class AbstractLowCodeLoadOptionsProvider
extends java.lang.Object
Remarks
For example,SpreadsheetMerger feature requires
multiple template files to merge.| Constructor and Description |
|---|
AbstractLowCodeLoadOptionsProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
finish(LowCodeLoadOptions part)
Releases resources after processing currently part of input.
|
abstract LowCodeLoadOptions |
getCurrent()
Gets the load options from which to load data of currently processed part.
|
abstract boolean |
moveNext()
Checks whether there is more input.
|
public abstract boolean moveNext()
public abstract LowCodeLoadOptions getCurrent()
public void finish(LowCodeLoadOptions part)
Remarks
By default this method just closes the stream specified by theLowCodeLoadOptions.getInputStream() 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
getCurrent().part - the load options used for currently split part.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.