Android Question aPOI, Adding pictures to sheet.

Revisable5987

Member
Licensed User
Currently using the aPOI library to create xlsx files.
I'm looking to add pictures onto the sheet and am not sure if the library supports this yet?

I've looked into the XSSFWorkbook Function - AddPicture and AddPicture2 and can successfully create an xlsx with no errors, however no pictures are added.
From what I can tell by looking at jPOI, the AddPicture function will initialise a picture to the workbook with a Sheet Function required to add the picture into a sheet in a specified cell range.

Am I correct in thinking this is a feature that has not yet been added to the library, or am I using the AddPicture function incorrectly?
 
Top