How do I fetch a .xlsx
file from a Java /src/resources folder
(from .war
file) in Java? I need it in a File class format.
Asked
Active
Viewed 48 times
0

pouyan
- 3,445
- 4
- 26
- 44

Mohd Aftab
- 25
- 3
-
Are you using maven or how are you creating your project? – Luiggi Mendoza Jan 17 '19 at 17:25
-
Yeah I'm using maven – Mohd Aftab Jan 17 '19 at 17:47
-
Did you try anything? If yes, please add code. Refer this https://stackoverflow.com/questions/13242782/reading-a-text-file-in-war-archive – AsthaUndefined Jan 18 '19 at 05:40