eea / odfpy

API for OpenDocument in Python
GNU General Public License v2.0
311 stars 64 forks source link

How to get mathml code from a math object? #136

Open chenyhsu opened 6 months ago

chenyhsu commented 6 months ago

I can get a math (draw object) node easily, but how to get its MathML string in python? currently I use zipFile to extract the content.xml of math formula, but I wonder if there exist a better approach with odfpy