asposecells.api

Class ConversionUtility

Represents converting files other formats.

Method Summary
static methodconvert(source, loadOptions, saveAs, saveOptions)
Converts Excel files to other formats.
static methodconvert(source, saveAs)
Converts Excel files to other formats.
 

    • Method Detail

      • convert

        static  convert(source, saveAs)
        Converts Excel files to other formats.
        Parameters:
        source: String - The source file name.
        saveAs: String - The file name of expected file.
      • convert

        static  convert(source, loadOptions, saveAs, saveOptions)
        Converts Excel files to other formats.
        Parameters:
        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.