I need to embed an excel sheet portion (not the whole sheet) in a user control in C# language. And I want to manipulate the data on it and save it in a collection.
Look into the Microsoft.Office.Interop.Excel library. There are a lot of excel controls in there to work with excel files and operations.