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…...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…