It is currently Sun Nov 02, 2025 7:25 pm
News of ForumsList<Relationship> rsp = chart.getRelationshipsPart().getRelationships().getRelationship();
for (Relationship rs : rsp) {
if (rs.getType().equals(Namespaces.EMBEDDED_PKG)) {
excelFilename = rs.getTarget();
break;
}
}
Total posts 10207 • Total topics 2875 • Total members 2101