ConversionUtility.Convert
Contents
[
Hide
]Convert(string, string)
Converts Excel files to other formats.
public static void Convert(string source, string saveAs)
Parameter | Type | Description |
---|---|---|
source | String | The source file name. |
saveAs | String | The file name of expected file. |
See Also
- class ConversionUtility
- namespace Aspose.Cells.Utility
- assembly Aspose.Cells
Convert(string, LoadOptions, string, SaveOptions)
Converts Excel files to other formats.
public static void Convert(string source, LoadOptions loadOptions, string saveAs,
SaveOptions saveOptions)
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. |
See Also
- class LoadOptions
- class SaveOptions
- class ConversionUtility
- namespace Aspose.Cells.Utility
- assembly Aspose.Cells