Creating a excel-sheet-like Windows Form interface
Hi everyone, I am thinking of creating an table-like interface (just like an excel sheet) on a Windows Form which will allow the user to input data, as well as recording those data into the database once the user clicks the 'record' button. I am using Microsoft Visual Studio 2012, is there any, or any combination of controls with can allow me to achieve this table-like interface? 

Jaganathan BantheswaranPosted Nov 11, 2014, 11:04 AM
Dont you aware of this way??? :D
Leon DPosted Aug 23, 2021, 1:12 AM
You can use Spire.Spreadsheet for Windows Forms component to read and edit Excel in Windows Forms Application with UI interface like Excel.
https://www.e-iceblue.com/Introduce/spreadsheet-for-net.html
Sagar LadPosted Aug 21, 2021, 8:21 PM
Yi Rong TanPosted Nov 18, 2014, 7:23 AM
Yi Rong TanPosted Nov 11, 2014, 7:45 AM
Jaganathan BantheswaranPosted Nov 11, 2014, 7:25 AM
You can integrate Excel in a Windows Form Application using the WebBrowser Control.
But why you need table-like structure??