Lines Matching refs:sheet
226 def __init__(self, sheet): argument
227 self.sheet = sheet
311 self.sheet.setcell(self.x, self.y, self.cell)
514 self.sheet = Sheet()
516 self.sheet.load(filename)
518 maxx, maxy = self.sheet.getsize()
553 self.sheet.clearcells(*(self.currentxy + self.cornerxy))
555 self.sheet.clearcell(*self.currentxy)
565 cell = self.sheet.getcell(x, y)
674 self.sheet.save(self.filename)
789 self.sheet.clearcell(x, y)
791 self.sheet.setcell(x, y, cell)
796 self.sheet.recalc()
800 cell = self.sheet.getcell(x, y)