You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It throws exception:
System.NullReferenceException: 'Object reference not set to an instance of an object.'
The exception happens when you want to find value of any cell in row A, if row A has been formatted to be a table, which means cells in row A will have name Column1, Column2 etc. and they will be filtering and sorting options.
The text was updated successfully, but these errors were encountered:
This document:
https://github.com/OfficeDev/open-xml-docs/blob/live/docs/how-to-retrieve-the-values-of-cells-in-a-spreadsheet.md
Has this issue:
On this code:
if (theCell.InnerText.Length > 0)
It throws exception:
System.NullReferenceException: 'Object reference not set to an instance of an object.'
The exception happens when you want to find value of any cell in row A, if row A has been formatted to be a table, which means cells in row A will have name Column1, Column2 etc. and they will be filtering and sorting options.
The text was updated successfully, but these errors were encountered: