Posts by Evandro Lauro • 71 points
4 posts
-
2
votes1
answer75
viewsA: Function to pick a row from an Excel table and slice
I managed to do using this code excel_sheet = xlrd.open_workbook('MONITORA.xlsm') sheet1 = excel_sheet.sheet_by_name('PREÇO') row = sheet1.row(0) # 1st row for i in range(0, sheet1.nrows): row =…
-
1
votes1
answer75
viewsQ: Function to pick a row from an Excel table and slice
You can take a row from the table and divide it into as many pieces as you want? I can take cell by cell from the table using an approach I learned here on the forum in an already answered question,…
-
2
votes1
answer499
viewsQ: This web page has a redirect loop
Well folks, after a long search on google, I found nothing similar to my problem, so I thought to report here. Yesterday a system I am building started displaying this problem "This web page has a…
-
0
votes1
answer97
viewsQ: Error when validating data from form
The mistake is Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\sessao\cadastro.php on line 61 I don’t know what I’m doing. Someone can fix it? include ("conexao_sessao.php"); //…
phpasked Evandro Lauro 71