Hi,
I am using 7.0.2.0 Aspose.Cells for.net.
Workbook w = new Workbook(filepath);
w.save(filepath);
After a second again if same file path goes, it gives an below error
The process cannot access the file '' because it is being used by another process.
How can we save and close/dispose the file?
Thanks,
Nikhil Pardhe