public abstract class AbstractLowCodeSaveOptionsProvider
extends java.lang.Object
SpreadsheetSplitter feature requires multiple destinations
to save the split files.| Constructor and Description |
|---|
AbstractLowCodeSaveOptionsProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
finish(LowCodeSaveOptions part)
Releases resources after processing currently split part.
|
abstract LowCodeSaveOptions |
getSaveOptions(SplitPartInfo part)
Gets the save options from which to get the output settings for currently split part.
|
public abstract LowCodeSaveOptions getSaveOptions(SplitPartInfo part)
public void finish(LowCodeSaveOptions part)
Remarks
By default this method just closes the stream specified by theLowCodeSaveOptions.getOutputStream() directly(if the save options
specified a Stream as destination).
User may overwrite this method to control how to release resources
according to their requirement and the implementation of
getSaveOptions(SplitPartInfo).part - the save 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.