Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
465
Infragistics3.Excel.v9.2.dll -- Load Excel in Grid [Infragistics2.Win.UltraWinGrid.v8.2.dll]
posted

Hi,

My windows application has reference to the above mentioned dlls. I am looking to load a excel 2007 file to the grid, and i keep getting the below exception message. I believed Infragistics3.Excel.v9.2.dll  supported this Load. The code breaks at  Workbook.Load(fs);  where fs is filestream

Any idea what could be wrong?

Many Thanks

Renu

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Renu,

    It would appear that there is a problem with your filestream. How are you creating this stream? What does the code look like?

    Also.. just out of curiosity, why use a FileStream instead of just using the filename? Are you manipulating the file stream in some way before you try to load the Workbook?

     

Children