When I Export my data using saveworkbook, there are misisng rows in between my data, how do I get rid of them? I understand that I am able to use this function to delete rows but the function only deletes them based on their index.
deleteData(wb, sheet = 1, cols = 3, rows = 18, gridExpand = TRUE)