I am trying to write data into a excel sheet using JAVA, I am able to achieve it when the excel file is closed.
But, When I try to write data when the file is open, I get java.io.FileNotFoundException .
Is there a way to overcome this? If not, can you please explain me why??