TextConverter

TextConverter class

Converter for conversion between text based formats(csv, tsv, dif…) and other spreadsheet file formats.

class TextConverter;

Methods

MethodDescription
static process(string, string)Converts given template file between text based files and other formats.

process(string, string)

Converts given template file between text based files and other formats.

static process(templateFile: string, resultFile: string) : void;

Parameters:

ParameterTypeDescription
templateFilestringThe template file to be converted
resultFilestringThe resultant file