Hi guys! There is a minor error that I faced. I fixed it changing `int` to `float`. Please review and give response is it correct or not? My suggestion firstly convert to `float` and after that convert to `int` ! https://github.com/booktype/python-ooxml/blob/b56990a5bee2e1bc46839cec5161ff3726dc4d87/ooxml/doc.py#L104 <img width="759" alt="image" src="https://user-images.githubusercontent.com/61553092/180131781-9b223732-b2f0-475a-be60-726a8093e3f7.png"> Thanks in advance.
Hi guys! There is a minor error that I faced. I fixed it changing
inttofloat. Please review and give response is it correct or not?My suggestion firstly convert to
floatand after that convert toint!python-ooxml/ooxml/doc.py
Line 104 in b56990a
Thanks in advance.