Python使用日期公式读取excel单元格

时间:2017-12-18 21:51:28

标签: python excel xlrd

我需要每天运行一个python脚本来读取excel工作簿中的单元格值并找到文件路径。 cell(4,1)="XXXXXX_"&TODAY()&".xlsx"

类似
configSheet=xlrd.open_workbook(configFile).sheet_by_name("Config")

reportFile = configSheet.cell_value(4,1)

第二天,系统日期发生变化,运行脚本时,仍然会获得上一个日期值。如何在阅读excel时使单元格更新today()值?

0 个答案:

没有答案