I am encountering this error
java.io.FileNotFoundException: C:\Users\user\Desktop\OUTPUTS\REPORT.xlsx (The system cannot find the path specified)" even though I already edited the directory/path of the file to " fileOut = new FileOutputStream("C:\Users\samuel\Desktop\REPORT.xlsx")
C:\Users\user\Desktop\OUTPUTS\REPORT.xlsx
is the previous directory.
I edited it because it is a directory of another computer.
Please help me! Thank you very much.