File path unable to find for new workbooks | Selenium Forum
M
Posted on 25/10/2015
When we create new workbook where does it store in system? Which will be the location?

Workbook wb = new HSSFWorkbook();
FileOutputStream fileOut = new FileOutputStream("workbook.xlsx");
wb.write(fileOut);
fileOut.close();

M
Replied on 25/10/2015

in above example wokbook.xlsx will be stored inside the project.

but you can give path there too.