Skip to content

Instantly share code, notes, and snippets.

@avoajaugochukwu
Created July 9, 2020 06:26
Show Gist options
  • Save avoajaugochukwu/bf2a9e72abbcace352a0764ecb3ff672 to your computer and use it in GitHub Desktop.
Save avoajaugochukwu/bf2a9e72abbcace352a0764ecb3ff672 to your computer and use it in GitHub Desktop.
import os
import glob
import pandas as pd
if os.path.exists('output.xlsx'):
os.remove('output.xlsx')
all_excel_files = [i for i in glob.glob('*.xlsx')]
print(all_excel_files)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment