c# - How to get all populated ranges in Excel? -
I am trying to find all populated ranges in an Excel sheet. For example, for the sheet in the picture I have to get two categories:
category 1: = b2: c4 category2: = E4: f6
Is there a "intelligent" way to do this?
Comments
Post a Comment