README.md
setup.py
tests/__init__.py
tests/average_test.py
tests/choose_test.py
tests/concat_test.py
tests/count_test.py
tests/counta_test.py
tests/date_test.py
tests/irr_test.py
tests/ln_test.py
tests/max_test.py
tests/mid_test.py
tests/min_test.py
tests/mod_test.py
tests/npv_test.py
tests/pmt_test.py
tests/power_test.py
tests/right_test.py
tests/round_test.py
tests/rounddown_test.py
tests/roundup_test.py
tests/sln_test.py
tests/sqrt_test.py
tests/sum_test.py
tests/sumproduct_test.py
tests/today_test.py
tests/vlookup_test.py
tests/xlfunctions_test.py
tests/xnpv_test.py
tests/yearfrac_test.py
xlfunctions/__init__.py
xlfunctions/average.py
xlfunctions/choose.py
xlfunctions/concat.py
xlfunctions/count.py
xlfunctions/counta.py
xlfunctions/date.py
xlfunctions/excel_lib.py
xlfunctions/irr.py
xlfunctions/ln.py
xlfunctions/max.py
xlfunctions/mid.py
xlfunctions/min.py
xlfunctions/mod.py
xlfunctions/npv.py
xlfunctions/pmt.py
xlfunctions/power.py
xlfunctions/right.py
xlfunctions/round.py
xlfunctions/sln.py
xlfunctions/sqrt.py
xlfunctions/sum.py
xlfunctions/sumproduct.py
xlfunctions/today.py
xlfunctions/vlookup.py
xlfunctions/xnpv.py
xlfunctions/yearfrac.py
xlfunctions.egg-info/PKG-INFO
xlfunctions.egg-info/SOURCES.txt
xlfunctions.egg-info/dependency_links.txt
xlfunctions.egg-info/requires.txt
xlfunctions.egg-info/top_level.txt
xlfunctions/exceptions/ExcelError.py
xlfunctions/exceptions/__init__.py
xlfunctions/exceptions/exceptions.py