I have an excel sheet (located in classpath), which has scenarios to be read and executed.
Once they are executed, I should write back to the SAME e
I guess the only way is to create a temporary file of the original file and read the temporary file. Do the validations. Open the original file for writing and display the error message. Finally delete the temporary file :-)