striver strivers-sde-sheet codestudio Updated on Feb 25 C++ zlatanned / python-interview-problems Star 0 Code Issues Pull requests Mix of common and popular problems asked in coding interviews python algorithms interview data-structures interview-questions coding-interviews interview-preparation ...
1、sheet.nrows: 工作表中有值总行数 2、sheet.ncols:工作表中有值总列数 3、sheet.row_values(rowx, start_colx=0, end_colx=None):返回给定行中单元格值的一部分(开始行,开始列默认是0,结束列) ''' try: foriinrange(1, self.sheetName.nrows): row_value=self.sheetName.row_values(i, 0, ...