.coveragerc
.travis.yml
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
requirements.in
requirements.txt
setup.cfg
setup.py
tox.ini
examples/common_use_case/use_case_01.json
examples/common_use_case/use_case_01.py
examples/common_use_case/use_case_01.xlsm
examples/rounding_example/rounding_example.py
examples/third_party_datastructure/third_party_datastructure.py
tests/__init__.py
tests/test_ast_nodes.py
tests/test_evaluator.py
tests/test_model.py
tests/test_parser.py
tests/test_reader.py
tests/test_tokenizer.py
tests/test_xltypes.py
tests/testing.py
tests/resources/ABS.xlsx
tests/resources/AVERAGE.xlsx
tests/resources/CHOOSE.xlsx
tests/resources/CONCAT.xlsx
tests/resources/CONCATENATE.xlsx
tests/resources/COUNT.xlsx
tests/resources/COUNTA.xlsx
tests/resources/COUNTIF.xlsx
tests/resources/COUNTIFS.xlsx
tests/resources/DATE.xlsx
tests/resources/DATEDIF.xlsx
tests/resources/DAY.xlsx
tests/resources/DAYS.xlsx
tests/resources/EDATE.xlsx
tests/resources/EOMONTH.xlsx
tests/resources/EXACT.xlsx
tests/resources/FIND.xlsx
tests/resources/INFORMATION.xlsx
tests/resources/IRR.xlsx
tests/resources/LEN.xlsx
tests/resources/LN.xlsx
tests/resources/MATCH.xlsx
tests/resources/MAX.xlsx
tests/resources/MID.xlsx
tests/resources/MIN.xlsx
tests/resources/MOD.xlsx
tests/resources/MONTH.xlsx
tests/resources/NPV.xlsx
tests/resources/PMT.xlsx
tests/resources/POWER.xlsx
tests/resources/RIGHT.xlsx
tests/resources/ROUND.xlsx
tests/resources/ROUNDDOWN.xlsx
tests/resources/ROUNDUP.xlsx
tests/resources/SLN.xlsx
tests/resources/SQRT.xlsx
tests/resources/SUM.xlsx
tests/resources/SUMIFS.xlsx
tests/resources/SUMPRODUCT.xlsx
tests/resources/VDB.xlsx
tests/resources/VLOOKUP.xlsx
tests/resources/XNPV.xlsx
tests/resources/YEAR.xlsx
tests/resources/YEARFRAC.xlsx
tests/resources/addition.xlsx
tests/resources/defined_names.xlsx
tests/resources/division.xlsx
tests/resources/logical.xlsx
tests/resources/model.json
tests/resources/model_compiler_and_evaluate.xlsx
tests/resources/multiplication.xlsx
tests/resources/reader.json
tests/resources/reader.xlsm
tests/resources/subtraction.xlsx
tests/xlfunctions/__init__.py
tests/xlfunctions/test_date.py
tests/xlfunctions/test_financial.py
tests/xlfunctions/test_information.py
tests/xlfunctions/test_logical.py
tests/xlfunctions/test_lookup.py
tests/xlfunctions/test_math.py
tests/xlfunctions/test_operator.py
tests/xlfunctions/test_statistics.py
tests/xlfunctions/test_text.py
tests/xlfunctions/test_xl.py
tests/xlfunctions/test_xlcriteria.py
tests/xlfunctions/test_xlerrors.py
tests/xlfunctions/test_xltypes.py
tests/xlfunctions_vs_excel/__init__.py
tests/xlfunctions_vs_excel/abs_test.py
tests/xlfunctions_vs_excel/average_test.py
tests/xlfunctions_vs_excel/choose_test.py
tests/xlfunctions_vs_excel/concat_test.py
tests/xlfunctions_vs_excel/concatenate_test.py
tests/xlfunctions_vs_excel/count_test.py
tests/xlfunctions_vs_excel/counta_test.py
tests/xlfunctions_vs_excel/countif_test.py
tests/xlfunctions_vs_excel/countifs_test.py
tests/xlfunctions_vs_excel/date_test.py
tests/xlfunctions_vs_excel/datedif_test.py
tests/xlfunctions_vs_excel/day_test.py
tests/xlfunctions_vs_excel/days_test.py
tests/xlfunctions_vs_excel/edate_test.py
tests/xlfunctions_vs_excel/eomonth_test.py
tests/xlfunctions_vs_excel/exact_test.py
tests/xlfunctions_vs_excel/find_test.py
tests/xlfunctions_vs_excel/information_test.py
tests/xlfunctions_vs_excel/irr_test.py
tests/xlfunctions_vs_excel/len_test.py
tests/xlfunctions_vs_excel/ln_test.py
tests/xlfunctions_vs_excel/match_test.py
tests/xlfunctions_vs_excel/max_test.py
tests/xlfunctions_vs_excel/mid_test.py
tests/xlfunctions_vs_excel/min_test.py
tests/xlfunctions_vs_excel/mod_test.py
tests/xlfunctions_vs_excel/month_test.py
tests/xlfunctions_vs_excel/npv_test.py
tests/xlfunctions_vs_excel/pmt_test.py
tests/xlfunctions_vs_excel/power_test.py
tests/xlfunctions_vs_excel/right_test.py
tests/xlfunctions_vs_excel/round_test.py
tests/xlfunctions_vs_excel/rounddown_test.py
tests/xlfunctions_vs_excel/roundup_test.py
tests/xlfunctions_vs_excel/sln_test.py
tests/xlfunctions_vs_excel/sqrt_test.py
tests/xlfunctions_vs_excel/sum_test.py
tests/xlfunctions_vs_excel/sumifs_test.py
tests/xlfunctions_vs_excel/sumproduct_test.py
tests/xlfunctions_vs_excel/test_logical.py
tests/xlfunctions_vs_excel/vdb_test.py
tests/xlfunctions_vs_excel/vlookup_test.py
tests/xlfunctions_vs_excel/xnpv_test.py
tests/xlfunctions_vs_excel/year_test.py
tests/xlfunctions_vs_excel/yearfrac_test.py
xlcalculator/__init__.py
xlcalculator/ast_nodes.py
xlcalculator/evaluator.py
xlcalculator/model.py
xlcalculator/parser.py
xlcalculator/patch.py
xlcalculator/reader.py
xlcalculator/tokenizer.py
xlcalculator/utils.py
xlcalculator/xltypes.py
xlcalculator.egg-info/PKG-INFO
xlcalculator.egg-info/SOURCES.txt
xlcalculator.egg-info/dependency_links.txt
xlcalculator.egg-info/not-zip-safe
xlcalculator.egg-info/requires.txt
xlcalculator.egg-info/top_level.txt
xlcalculator/xlfunctions/date.py
xlcalculator/xlfunctions/financial.py
xlcalculator/xlfunctions/func_xltypes.py
xlcalculator/xlfunctions/information.py
xlcalculator/xlfunctions/logical.py
xlcalculator/xlfunctions/lookup.py
xlcalculator/xlfunctions/math.py
xlcalculator/xlfunctions/operator.py
xlcalculator/xlfunctions/statistics.py
xlcalculator/xlfunctions/text.py
xlcalculator/xlfunctions/utils.py
xlcalculator/xlfunctions/xl.py
xlcalculator/xlfunctions/xlcriteria.py
xlcalculator/xlfunctions/xlerrors.py