Reputation: 1184
I am using apache poi excel api to generate reports. In some of my reports i need to provide small icons along with header labels.
Is it possible to save images in excel using apache poi?
Upvotes: 2
Views: 3062
Reputation: 48326
Yes, POI is able to insert images into an Excel file. See the POI Documentation on Adding Images for details
The support in POI for images has improved a lot over the summer, it's probably worth you trying with a nightly build until PI 3.9 comes out (soon!)
Upvotes: 5