Am trying to export data from an array to an Excel worksheet.
Found a very good tutorial on how to do it right here:
http://csharp.net-informations.com/excel/csharp-create-excel.htm
Have added a reference to Microsoft Excel 16.0 Object library v1.9
However when I attempt to type in "excel" am getting no properties or methods for Excel, which I guess indicates I am using the wrong keyword.
Anyone know what I should be doing.
private void btnExcel_Click(object sender, EventArgs e)
{
Excel. <- ??????
}