Method Summary | ||
---|---|---|
static method | convert(source, loadOptions, saveAs, saveOptions) | |
Converts Excel files to other formats.
|
||
static method | convert(source, saveAs) | |
Converts Excel files to other formats.
|
static convert(source, saveAs)
source: String
- The source file name.saveAs: String
- The file name of expected file.static convert(source, loadOptions, saveAs, saveOptions)
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.