__set__ raise TypeError('expected ' + str(self.expected_type)) TypeError: expected <class 'openpyxl.descriptors.base.String'>
*Created originally on Bitbucket by [pratyuma (Pratyuma)](https://bitbucket.org/%7B98605376-5092-4962-b86b-e7192e5cf624%7D/)* Hi, I am not able to load the workbook, getting the TypeError (see attached image). I can get the workbook to load with openpyxl version 2.4.11 as well as 2.5.0a2. However when I upgrade to version 2.5.0a3 it starts throwing the error. I also tried upgrading to version 2.5.2, however it was still giving the same error. I cannot share the xlsm file due to security reasons. Thanks in advance. Pratyuma *Attachments:* [openpyxl_error](/uploads/8a3ec5652aa065d7d7323160174ae893/openpyxl_error.gif)
issue