编好py和xlsm同名,且在一个文件中,但是插入函数时还是出错
import xlwings as xw
@xw.funcdef double_sum(x, y):return 2 * (x + y)