using System.Windows.Forms; using Excel = Microsoft.Office.Interop.Excel;
Error CS0234 the type or namespace name does not exist ..
<PropertyGroup> <UseWindowsForms>true</UseWindowsForms> ... </PropertyGroup>
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)