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
100
Reading some of the cells of Excel file cause app hang up
posted

When reading the xls file as attachment, some cells cannot be read. Code as following:

 

var wb = Workbook.Load('testfile.xls');

var ws = wb.Worksheets[0];

Debug.WriteLine(ws.Rows[1].Cells[0].Value);    // This line cause the app hang up

Debug.WriteLine(ws.Rows[1].Cells[1].Value);    // But other columns can be read fine

 

 

testfile.zip
Parents
  • 12773
    posted

    Hello All,

    I have logged this behavior in our development system at the beginning as dev issue 58742. Currently this issue is in Testing phase and I believe should be included in the next service release. You can find more details about the planed dates for the service releases here:
    http://es.infragistics.com/support/policies.aspx#ServiceReleases

    The last service release date for WPF will be updated very soon.
    Let me know if you have any further questions.

    Sincerely,
    Dimi
    Developer Support Engineer
    Infragistics, Inc.

Reply Children
No Data