Releases: bradbase/xlcalculator
Releases · bradbase/xlcalculator
Improved Logical and Math support
0.2.12: Update changes.rst to include unary operator bugfix
Bugfix unary operator. It needed to be right associated to handle cases of double use eg; double-negative.. --4 == 4
Added support for functions;
- PV
- XIRR
- ISEVEN
- ISODD
- ISNUMBER
- ISERROR
- FLOOR
- ISERR
Roll version 0.2.11
Add functions:
- DAY
- YEAR
- MONTH
- NOW
- WEEKDAY
- EDATE
- EOMONTH
- DAYS
- ISOWEEKNUM
- DATEDIF
- FIND
- LEFT
- LEN
- LOWER
- REPLACE
- TRIM
- UPPER
- EXACT
0.2.10
0.2.4: Make a release
-
Updated README with supported functions.
-
Fix bug in ModelCompiler extract method where a defined name cell was being
overwritten with the cell from one of the terms contained within the formula.
Added a test for this. -
Move version of yearfrac to 0.4.4. That project has removed a dependency
on the package six.