I've created a simple UI (apex app) for users to query/report data. the view created in apex was loaded from a excel file initially when created the UI app. the data in excel file gets updated daily via the other tool. how do I set up the view in apex to reflect the changes in the excel file? there isn't remote database connections yet. that's why I loaded data from oracle DB and dump to the excel file(s) for now.