SpreadsheetMerger
SpreadsheetMerger class
Merges multiple template files into one.
class SpreadsheetMerger;
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| templateFiles | string[] | The template files to be merged |
| resultFile | string | The resultant file |