SpreadsheetMerger

SpreadsheetMerger class

Merges multiple template files into one.

class SpreadsheetMerger;

Methods

MethodDescription
isNull()Checks whether the implementation object is null.
static process(string[], string)Merge given template files.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

process(string[], string)

Merge given template files.

static process(templateFiles: string[], resultFile: string) : void;

Parameters:

ParameterTypeDescription
templateFilesstring[]The template files to be merged
resultFilestringThe resultant file