CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Posts
    67

    show excel file on form

    I have data on an excel file. What is the most effective way to show it on the form. I tried using MSFlex grid and then using a data control to bind it to the excel file but some rows of data were not displayed. How can I do it?

    Thanx


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: show excel file on form

    if all the clients will have Excel installed on their local system, you can use the OLE Container and just point to the file. Excel will then load up in your app's process and display the worksheet.

    otherwise, you'll have to figure out what's wrong with the data access code and why your data isn't showing.

    good luck,

    john

    John Pirkey
    MCSD
    http://www.ShallowWaterSystems.com
    http://www.stlvbug.org
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured