Closed
Description
This is:
- [x] a bug report
I have found this line:
Which effectively convert a range into a single cell, which then causes errors in other functions that explicitely require a range cell name, even of the range consists of just one field.
So the result is, i cannot set AutoFilter with a range of one cell and it will throw an error
Cell get's converted here (__toString is called):
Error thrown here
Filter isset with:
The current workaround is to use setAutoFilter
instead of setAutoFilterByColumnAndRow
and providing a string range.