Class ConversionUtility
Class ConversionUtility
Namespace: Aspose.Cells.Utility
Assembly: Aspose.Cells.dll (25.2.0)
Represents utility to convert files to other formats.
public class ConversionUtility
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Methods
Convert(string, string)
Converts Excel files to other formats.
public static void Convert(string source, string saveAs)
Parameters
source
string
The source file name.
saveAs
string
The file name of expected file.
Convert(string, LoadOptions, string, SaveOptions)
Converts Excel files to other formats.
public static void Convert(string source, LoadOptions loadOptions, string saveAs, SaveOptions saveOptions)
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.