ConversionUtility.Convert

Convert(string, string)

Converts Excel files to other formats.

public static void Convert(string source, string saveAs)
ParameterTypeDescription
sourceStringThe source file name.
saveAsStringThe file name of expected file.

See Also


Convert(string, LoadOptions, string, SaveOptions)

Converts Excel files to other formats.

public static void Convert(string source, LoadOptions loadOptions, string saveAs, 
    SaveOptions saveOptions)
ParameterTypeDescription
sourceStringThe source file name.
loadOptionsLoadOptionsThe options of loading the source file.
saveAsStringThe file name of expected file.
saveOptionsSaveOptionsThe options of saving the file.

See Also