Automatially adding new data into workspace or dataset

Hi,
I need some advice, i have database that generate every month from central in .xls file. My question, When there is a new data adding into the table in .xls file how exactly i can do the same in my Dremio dataset? Am i have to uploading the file manually? I have been trying to fix the solution, but i don’t know perhaps i missed some topics related with my question. Really appreciated if anyone can help me, please?^^

THANKS
Cindy

When you upload a file into your home space, you are making a copy that is stored in an internal storage area in Dremio.

For your scenario, I would recommend connecting to the file system where your .xls files are stored. Then you will be able to query the files and queries will always see the most recent data.

Read more here: https://docs.dremio.com/data-sources/files-and-directories.html