3
To with a local file xlsx, only that the file name is random (changes date and time at the end of the file name), and wanted to know if you can read the file only by the beginning of the name.
Follow the file name:
df = read_excel("report-R041-20181016102502.xlsx")
For example, the beginning of it : report-R041 does not change. It will always be that name. There’s a way I can just pick it up at the beginning instead of taking the whole file name?
Look at my answer, please. I think it’s much simpler than yours :).
– Rui Barradas