Earlier, we talked about Scheduled Import of Excel into Database. We only need to make a slight modification to achieve real-time refresh.
Add a new scheduled task, and keep the default setting for timing, which means running in real time
You can see the task running in the scheduled task interface. When the Excel data is updated, click Save and you can immediately see the updated data in the database.
Because the refresh frequency is fast and needs to be continuously run, it consumes certain system resources. We can determine whether to execute the import by detecting whether the Excel file has been updated. If the file has not been updated, the execution can be skipped.
Top comments (0)