LowCodeSplitOptions

LowCodeSplitOptions class

Options for splitting spreadsheet.

class LowCodeSplitOptions;

Constructors

NameDescription
constructor()Default Constructor.

Properties

PropertyTypeDescription
loadOptionsLowCodeLoadOptionsLoad options for loading the spreadsheet that will be split.
saveOptionsLowCodeSaveOptionsSave options for saving the split parts.
saveOptionsProviderAbstractLowCodeSaveOptionsProviderProvider of save options for saving the split parts.

constructor()

Default Constructor.

constructor();

loadOptions

Load options for loading the spreadsheet that will be split.

loadOptions : LowCodeLoadOptions;

saveOptions

Save options for saving the split parts.

saveOptions : LowCodeSaveOptions;

saveOptionsProvider

Provider of save options for saving the split parts.

saveOptionsProvider : AbstractLowCodeSaveOptionsProvider;

Remarks

If this property is specified, SaveOptions takes no effect because the output of every split part will be specified by the provider.