How can we delete rows of an excel without using Collections?

sivagelli

Well-Known Member
You can make use of existing 'Remove Blank Rows' action from Excel VBO, if you are trying to delete empty rows.
For removing rows on any criteria, you have to code for yourself.
 
Top