https://bz.apache.org/bugzilla/show_bug.cgi?id=60255

--- Comment #4 from Zero <tuyen...@gmail.com> ---
I found reason why drawing2,3 not in list of
getPackagePart().getPackage().getPartsByContentType(XSSFRelation.DRAWINGS.getContentType())

In function org.apache.poi.openxml4j.opc.OPCPackage.getPartsByContentType

/xl/drawings/drawing2.xml - Content Type:
application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml
/xl/drawings/drawing3.xml - Content Type:
application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml

not equals

XSSFRelation.DRAWINGS.getContentType() =
application/vnd.openxmlformats-officedocument.drawing+xml

then retArr added

Thanks for reading

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to