Embed excel sheet in C# user control

后端 未结 3 1460
悲哀的现实
悲哀的现实 2020-12-21 00:21

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.

3条回答
  •  无人及你
    2020-12-21 00:52

    Look into the Microsoft.Office.Interop.Excel library. There are a lot of excel controls in there to work with excel files and operations.

提交回复
热议问题