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
130
excel read issues.
posted

Hi,

    When I try to read work_sheet.Rows[50].Cells[2].Value, i got null value.(C51), it should be 0.50.

     if I clear the C51 contents and reapply the formular, everything is good.

    work_sheet.Rows[50].Cells[0].Value and work_sheet.Rows[50].Cells[1].Value shows correct value.

 

Thanks.

 

--Shuyang He