totravel / minidocx

Fast and easy to use C++ library that creates or modifies Microsoft Word files without installing Word.
MIT License
83 stars 26 forks source link

Read and Write equations formula values #19

Open GermanAizek opened 6 months ago

GermanAizek commented 6 months ago

@totravel, how to insert and read in OOXML by formula

Example: word - https://stackoverflow.com/questions/25709775/reading-equations-formula-from-word-docx excel - https://stackoverflow.com/questions/6309109/using-open-xml-how-do-you-insert-a-formula-into-an-excel-2010-worksheet

totravel commented 6 months ago

Oh, It's not easy to implement such a feature. It requires some way to represent formulas in memory. It takes time.