Hey team, I’m exploring how to read SmartArt shapes and text via POI and had a few questions around how I could contribute.
Firstly, has there been any existing investigation into SmartArt integration in apache poi that I could use as a springboard? Are there any easy ways to extract the smart art shape and text properties from the files in the `diagrams/` directory? Are the maintainers interested in contributions around integrating SmartArt into poi? Looking at the code currently, it appears that there aren’t any generated `CT` types for the ` http://schemas.microsoft.com/office/drawing/2008/diagram` namespace. This namespace is used in the generated `drawing.xml` file As a first step, would adding the generated java types for this namespace be a contribution the poi team is interested in? Thanks, Yaseen
