aidhound / hotxlfp

A Python Excel Formula Parser similar to the javascript handsontable formulaparser
MIT License
28 stars 12 forks source link

Added functions T, IMAGINARY and IMREAL #12

Closed Patroii closed 6 months ago

leonelcamara commented 6 months ago

These are good formulas!

Can you add support for IMAGINARY and IMREAL (as an alternative to the string format) to actually get a complex number instead of a string? And tests that use complex numbers provided by COMPLEX eg: COMPLEX(2, 3) to test it.