ConversionUtility
ConversionUtility class
Represents utility to convert files to other formats.
class ConversionUtility;
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
source | string | The source file name. |
saveAs | string | The file name of expected file. |