python xlutils : formatting_info=True not yet implemented

。_饼干妹妹 提交于 2019-11-28 09:07:41

According to this thread the flag

formatting_info=True

is only working for xls-files, but not for xlsx yet (Version xlrd-0.8.0).

As a workaround you could convert the workbook to xls using Excel or OpenOffice.

It seems that a commandline conversion from xlsx to xls is possible using Unoconv on Linux, Windows and MacOSX.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!