You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fichero=filedialog.askopenfile(title="Abrir",initialdir="E:",filetypes=(("Ficheros de Excel","*.xlsx"),("Ficheros de Texto","*.txt"),("Todos los ficheros","*.*")))#al abrir la ventana definimos en que directoria se abrira//especificamos el tipo de archivo que queremos mostrar en un menu desplegable, la ultima opcion ppermite mostrar todos los archivos