You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, libxlsxwriter doesn't support inserting mathematical formulas (like Office MathML or LaTeX-style math expressions) into Excel files. This is a useful feature when generating scientific or technical reports directly from code.
Expected feature
Add an API to allow embedding Office MathML into Excel files, possibly in cells, textboxes, or shapes. This can enable rendering complex formulas such as:
a² + b² = c²
Why it matters
This is very useful for scientific, engineering, educational applications, and automatic report generation tools. Other Office files (like Word or PowerPoint) can handle MathML, so Excel supporting it would make sense for compatibility.
Potential Approaches
Directly insert Office MathML into drawing.xml or sheet.xml.
Expose an API for adding MathML strings into textboxes or shapes.
Support injecting preformatted XML blocks into the XLSX archive.
Would love to hear your thoughts on this.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi, thanks for this great library!
Background
Currently, libxlsxwriter doesn't support inserting mathematical formulas (like Office MathML or LaTeX-style math expressions) into Excel files. This is a useful feature when generating scientific or technical reports directly from code.
Expected feature
Add an API to allow embedding Office MathML into Excel files, possibly in cells, textboxes, or shapes. This can enable rendering complex formulas such as:
a² + b² = c²
Why it matters
This is very useful for scientific, engineering, educational applications, and automatic report generation tools. Other Office files (like Word or PowerPoint) can handle MathML, so Excel supporting it would make sense for compatibility.
Potential Approaches
drawing.xml
orsheet.xml
.Would love to hear your thoughts on this.
Thank you!
The text was updated successfully, but these errors were encountered: