Maybe this is dupe. If so, sorry. I can't find the answer.
I want to add image on excel spreadsheet for my spring project.
(Spring boot 1.4.2 + JExcelAPI)
Where I have to put the image file?
And how can I target that file?
Not work as below.
new WritableImage(0, 0, 1, 1,
new File(getClass().getResource("/src/main/resource/image.png"))
);