Unhandled exception of type "System.Runtime.InteropServices.COMException" in mscorlib.dll
Additional information: Exception from HRESULT: 0x800AC472
// вывод имени таблицы sheet.get_Range("A1:D2").MergeCells = true; sheet.Range["A1"].Value = "Ведомость"; It gives an error and does not open the Excel document.
