My task:
Get data from a website and write it to an Excel file with real time (0.5 - 1s use Microsoft.Office.Interop.Excel)
While the program write data to the Excel file, I want to open this file with (Excel or something like it) to see the data, chart...
So how can I read and write the Excel file in the same time? Or can I use the other way?