Posts by Michel • 21 points
2 posts
-
1
votes2
answers53
viewsA: How do I insert information into the page that is in Excell
import xlrd book = xlrd.open_workbook("planilha.xls") sh = book.sheet_by_index(0) def test_e_cadastroI(self,…
-
1
votes2
answers53
viewsQ: How do I insert information into the page that is in Excell
Good afternoon guys, I wonder if anyone can help me ... I am automating a page and would like to know if it is possible to use an Excell spreadsheet to popular the fields ... for example: Today I am…