尝试检查表格ams中是否包含“CALENDAR”中的单元格值,它位于同一工作簿中的另一个工作表中,但是我收到错误,指定名称的项目不是founf ...请帮助< / p>
class D:
def __init__(self):
#class member variables here
self.fooArray = []
def foo(self):
#insert your data to self.fooArray here, eg:
for i in range(1, 10000):
self.fooArray.append(i)