I wanted to add Windows Forms controls to an excel document I created.
To do so, I created a new project using the Office 2010 Excel 2010 Workbook template in VS 2010 (C#). All I am trying to do is copy data from multiple cells and write them to a text file.
Whenever I put all of the cells I want under a single Name Space, and then try to read the "Value2", I just get "System.Object[,]".
All I have done so far is added a radioButton to Sheet 1 and created an event handler. Past that I am not sure what to do.