I dont understand your question, I think all is in previous posts....
The aim of my job is very simple: fetch a file from an URI (see URI example in previous post) and get the extension of the file (pdf or jpeg for example).
Regards
if (row1.fileName.startsWith("Sample")){
System.out.println((String)row1.fileName);
}
I'm using this code to get the excel file and convert it to pdf.
Now I wanted to get all the xlsx file in my directory by not using the filename of the excel file but by it's file type. Do you have any idea?
Thanks!