ConversionUtility
ConversionUtility class
Represents utility to convert files to other formats.
class ConversionUtility;
Methods
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:
