With a local xlsx file, only the file name is random (it changes the date and time at the end of the file name), and was wondering if you can read the file just by the beginning of the name.
The following is 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. Is there any way I can get it from scratch instead of getting the whole file name?