Is it possible to extract an image\'s information from an xls spreadsheet using Apache POI?
In one of my projects, I need to read some images from a .xls file. I can
And if you don`t want to use iterator (cause some times they are heavy)
public List readDrawing(Workbook workbook) throws Exception { List list = workbook.getAllPictures(); for (int i=0; i