Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Curso python + openpyxl (excel)
- xl.load_workbook('...xlsx') type(wb) wb.get_sheet_names() </code> <code python> sheet=wb.get_sheet_by_name('pestanya') type(sheet) sheet.title sheet.max_row s... ex=<posición>,title='titol') std=wd.get_sheet_by_name('titol') wb.remove_sheet(std) wb.save('file.xlsx') </code> <code python> sheet=wb.get_sheet_by_name('pestanya') sheet['B2'].value sheet['B2']='nou va
- curso python (código facilito)
- wargs): print "función ejecutada ", funcion.__name__ funcion(*args,**kwargs) return funci... print "no tiene permisos para ejecutar",f.__name__ return comprobar @admin def resta(n,m):