怎么用Python读取excel中公式的结果

如题所述

用openpyxl模块读取excel中的公式结果。代码如下:
import openpyxl
wb= openpyxl.load_workbook('sogou.xlsx',data_only=True)
温馨提示:答案为网友推荐,仅供参考
相似回答