ConversionUtility

ConversionUtility class

Represents converting files other formats.

class ConversionUtility;

Methods

MethodDescription
static convert(string, string)Converts Excel files to other formats.

convert(string, string)

Converts Excel files to other formats.

static convert(source: string, saveAs: string) : void;

Parameters:

ParameterTypeDescription
sourcestringThe source file name.
saveAsstringThe file name of expected file.