https://issues.apache.org/bugzilla/show_bug.cgi?id=56335

--- Comment #2 from Nick Burch <[email protected]> ---
I don't know enough about SmartArt to know the answer, but I can tell you the
approach you'll need

What you'll probably need to do is look at the Microsoft Binary File Format
documentation, and see what kinds of records / resources SmartArt gets stored
in. Next, try the hslf.dev tools to see if POI already has read support for
them. (If it's Escher / DDF based, we probably do, if not we may not). If
there's read support missing, add in code for the required additional records.

Finally, once the appropriate records are identified and being read, write some
high level usermodel code to access them and return the interesting
information, then submit a patch + unit tests here so we can roll it into POI!

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to