ConversionUtility
ConversionUtility class
Represents converting files other formats.
Methods
| Name | Description |
|---|---|
| convert | Converts Excel files to other formats. |
convert(source, saveAs) (1 of 2)
Converts Excel files to other formats.
| Parameter | Type | Description |
|---|---|---|
| source | String | The source file name. |
| saveAs | String | The file name of expected file. |
convert(source, loadOptions, saveAs, saveOptions) (2 of 2)
Converts Excel files to other formats.
| Parameter | Type | Description |
|---|---|---|
| source | String | The source file name. |
| loadOptions | LoadOptions | The options of loading the source file. |
| saveAs | String | The file name of expected file. |
| saveOptions | SaveOptions | The options of saving the file. |