How do I set an C# array to a cell value using Excel Interop, so that the cell “spills”
I am using Microsoft.Office.Interop.Excel
to open a Workbook. I then find the Worksheet that I need, and find a named cell in the Worksheet. I want to be able to set the value of the cell to an array, so that those values “spill” (an Excel term).