Excel.Application oXls = neues Microsoft.Office.Interop.Excel.ApplicationClass ();
oMissing Gegenstand = System.Reflection.Missing.Value;
Excel.Workbook oSpr = oXls.Workbooks.Open („ExcelData.xlsx“, oMissing und oMissing und oMissing und oMissing und oMissing und oMissing und oMissing und oMissing und oMissing und oMissing und oMissing und oMissing, oMissing und oMissing);
Gegenstand fileFormat = Excel.XlFileFormat.xlXMLSpreadsheet;
oSpr.SaveAs (paramExportFilePath, Hinweis fileFormat, oMissing und oMissing und oMissing und oMissing und oMissing und oMissing und oMissing und oMissing, oMissing und oMissing);
oSpr.Close ();
oXls.Quit ();
|