我试图将上述公式添加到我的脚本中并出现解析错误,如果我删除 xlwt.formula 位并替换为 =,那么 excel 不会将其读取为公式,而只是打印字符串。
你知道我做错了什么吗?
这是关于 xlwt 公式的很棒的文档。
https://github.com/python-excel/xlwt/blob/master/examples/formulas.py
你尝试过吗:
w = Workbook()
ws = w.add_sheet('NewWorksheet')
ws.write(0, 0, Formula("SUM(R[-110]C:R[-1]C)"))
Je déterre ce poste。 我的功能,无需在邮件中注明。 Mais mon soucis était que j'utilisais le nom français de la function
RANGE
en lieu et place du nom anglais RANK
.