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