Posts by TCarmo • 1 point
1 post
-
0
votes1
answer71
viewsQ: How to generate lists named after an item from another list?
It is a program that reads Excel spreadsheet with debit and credit releases on an account. abreexcel2.py def leplanilha(): wb1 = oxl.load_workbook('extratomar2018.xlsx') folhas=wb1.get_sheet_names()…