Class MergerLoadOptions
Info
Options for merging multiple files.
public class MergerLoadOptions : LoadOptions
Inheritance
object ← LoadOptions ← MergerLoadOptions
Inherited Members
- LoadOptions.InputFile,
- LoadOptions.InputStream,
- object.ToString(),
- object.Equals(object),
- object.Equals(object, object),
- object.ReferenceEquals(object, object),
- object.GetHashCode(),
- object.GetType(),
- object.MemberwiseClone()
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
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