Good afternoon !
Want to write with the workbook opened . On a text file it works as:
public void WriteOpenedFile() {
string file = String.Format("{0}TestW.txt", pathToTemp);
using (StreamWriter outputFile = new Stre…...C#, so concurrency and multithreading is not a problem by any...