GetRows loops on empty cells but with a style
*Created by: Bagu3tte*
Hello, I would like to know if there is an alternative function to `GetRows` that will only return cells with content?
Example:

If I do a `len(GetRows("sheet1"))` on the sheet in example, the `len` function will return 1048576 instead of 2.
issue