Class MergerLoadOptions

Info

Options for merging multiple files.

public class MergerLoadOptions : LoadOptions

Inheritance

objectLoadOptionsMergerLoadOptions

Inherited Members

Constructors

MergerLoadOptions()

public MergerLoadOptions()

Properties

InputStreamEnumerator

Gets/sets the input streams from which to load data and merge.

public IEnumerator InputStreamEnumerator { get; set; }

Property Value

IEnumerator

Methods

Finish(Stream)

Finish loading data from the stream(got from Sheetize.MergerLoadOptions.InputStreamEnumerator).
By default this method just closes the stream directly
User may overwrite this method to control how to release resources according to their requirement and the implementation of Sheetize.MergerLoadOptions.InputStreamEnumerator.

public virtual void Finish(Stream stream)

Parameters

  • stream Stream: the stream that has finished its task(saving data to)

Namespace: Sheetize Assembly: Sheetize.dll

 English