Resaves a Microsoft Excel document to another Microsoft Excel file format.
Syntax
'Declaration
Public Shared Sub ConvertFile( _
ByVal As String, _
ByVal As String, _
ByVal As ImGearExcelFormats _
)
'Usage
Dim inputFilePath As String
Dim outputFilePath As String
Dim format As ImGearExcelFormats
ImGearExcelBookDocument.ConvertFile(inputFilePath, outputFilePath, format)
public static void ConvertFile(
string ,
string ,
ImGearExcelFormats
)
public: static void ConvertFile(
string* ,
string* ,
ImGearExcelFormats
)
public:
static void ConvertFile(
String^ ,
String^ ,
ImGearExcelFormats
)
Parameters
- inputFilePath
- The input file path.
- outputFilePath
- The output file path.
- format
- The format of the file to which the document should be resaved.
Exceptions
See Also