Trying to read the xlsx, but getting error
*Created originally on Bitbucket by [sagarshirsath (sagar shirsath)](https://bitbucket.org/%7B37cd7f24-4bdb-4fe6-bd04-a5d59c0afbde%7D/)*
Here is the error
raise NamedRangeException('Invalid named range string: "%s"' % range_string)
openpyxl.utils.exceptions.NamedRangeException: Invalid named range string: "{TRUE"
can you explain why it is coming,
i want to ignore it without modifying the xlsx file.
issue