是否有任何Python脚本可以从Selenium Python框架的Excel工作表中读取数据?我写了下面的代码,但我认为它不是完全正确的 def getcell(rows,cols):table=list()record=list()for x in range(rows):for y in range(cols):record.append...
i,j As Integer Dim irow As Integer '这个说的是一共多少行 Dim l As Integer l=InputBox("请输入你要按哪列分")'删除无意义的表 Application.DisplayAlerts=False If Sheets.Count>1 Then For Each sht1 In Sheets If sht1.Name<>"数据...