Which Control is used to Display Excel file in vb.net windows forms application

karunakar Panja 1 Reputation point
2022-10-13T07:38:13.623+00:00

I need to read Excel file from folder and Display in windows form Application using one of the control.
Note:
I Don't want to use datagridview for display Excel file .

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,873 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,668 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jiachen Li-MSFT 29,106 Reputation points Microsoft Vendor
    2022-10-14T02:11:44.77+00:00

    Hi @karunakar Panja ,
    Maybe you can try to use ListView to display excel file.
    You can refer to the following link.
    https://social.msdn.microsoft.com/Forums/en-US/1af36d27-1b41-420b-8600-7f91aca62944/how-to-display-data-in-listview-from-excel?forum=winformsdatacontrols
    Best Regards.
    Jiachen Li

    ----------

    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments