Mukesh Kumar

Results 6 comments of Mukesh Kumar

As a **temporary** solution, you can add a class property as `email` that returns `username`. Something like this : ``` class User(object): def __init__(self, user_id, password, username, roles=""): self.user_id =...

I have the same issue. There should be a way to disable this behaviour.

@MengesWang have you installed [Pillow](https://pypi.org/project/Pillow/) library? This library is used by openpyxl internally to recognise image format. Installing this solved my issue.