python办公自动化
问题一、在cmd中pip xlrd之后,pycharm仍然置灰,
需要在serttiong -project interpreter-编译器中添加xlrd xlw
问题二、使用xlwings book 方法时 我的Mac中使用wps,出现Microsoft Excel.app' not found.错误
添加 wpsoffice.app之后还是不行,没找到解决方法
问题三、在win10安装anaconda 遇到anaconda中只出现promote的问题,解决方法重新下载anaconda
与python版本的对应关系:python 3.6 对应 anaconda3 5.1.0 and 5.2.0 不小心装了5.3.0 发现是python3.7
问题四、出现float' object is not callable问题
代码for cel in sheet.range("B2:R643"
# print(cel.value())
list1.append(cel.value())
修改为cel.value 成员属性不是方法
posted on 2020-10-15 22:46 yaqiong1112 阅读(146) 评论(0) 编辑 收藏 举报