I want to automatically read and update values in a cell from values in a text file.

The text file gets updated by another program every second or so. I want my excel sheet to read value from that .txt file and automatically update the cell whenever the value in that notepad file updates .

How can I do that??

The text file format is something like

Number Value Quantity
1 50 800
8 7 456
9 8 245

The text file is on another machine.