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  

Excel Sheet Is there a "intelligent" way to do this?


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -