Currently I am using Apache POI to write output in Excel in my Java code
here, I am saving this output Excel file somewhere in my local drive.
Now challenge is, I have to save/create this same Excel on Unix server in some directory due to some requirement.
Can anyone suggest how to write code for this?
How to set this Unix server directory path in Java code?
String excelFileName = "D://TestResult_Output_Excel.xlsx";//name of excel file