ConversionUtility

ConversionUtility class

Represents utility to convert files to other formats.

class ConversionUtility;

Methods

MethodDescription
isNull()Checks whether the implementation object is null.
static convert(string, string)Converts Excel files to other formats.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

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.