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
155
Open Excel 2010 and Read Cell
posted

There is a way to open an excel 2010 file to read their cells with Infragistics2.Excel.v10.3 version or can not?

If you can not, which is how to do it?.
Thank you,

deyvi

Parents
  • 44743
    posted

    You can, but it requires a custom implementation of the IPackageFactory to be created along with supporting interfaces, which is a very big undertaking. Instead, if you use the Infragistics3.Excel.v10.3 (the CLR3.0 version), we use an internal implementation of this interface so you don't need to do anything. You just need to call the static Workbook.Load method, passing in the path or stream of the xlsx file.

Reply Children
No Data