zhangyu836 / xltpl

A python module to generate xls/x files from a xls/x template.
MIT License
71 stars 17 forks source link

xltpl.writerx - AttributeError: 'xml.etree.ElementTree.Element' object has no attribute 'strip' #26

Open voland62 opened 2 months ago

voland62 commented 2 months ago

with xltpl.writer (.xls) - all good.

P.S. And something strange: PermissionError: [WinError 32] 'C:\Users\andre\AppData\Local\Temp\openpyxl.faelgi1b'

voland62 commented 2 months ago

I found solution here so just micromamba install lxml -c conda-forge , but I don't want to close the issue: why don't make xltpl just work by default out of the box???

zhangyu836 commented 1 month ago

It is a bug of openpyxl.

It has been fixed in openpyxl v3.1,3.