Skip to main content

Library to calculate excel formulas

Project description

Quick start

  1. Inherit from efc.interface.BaseExcelInterface in your excel file class and implement methods. This class will be used to get data from excel file using any library you want.

  2. Import from efc get_calculator and call it to get function with arguments “formula, ws_name, source”. This function will be calculate your formulas.

Functionality

  • Arithmetic: -, +, *, /, ^, ()

  • Comparison: <>, >, >=, <, <=, =

  • String concatenation: &

  • Functions: ABS, AND, AVERAGE, AVERAGEIFS, CONCATENATE, COUNT, COUNTA, COUNTIF, COUNTIFS, COUNTBLANK, IF, IFERROR, INDEX, ISBLANK, FLOOR, LARGE, LEFT, MAX, MATCH, MID, MIN, MOD, OFFSET, OR, SMALL, RIGHT, ROUND, ROUNDDOWN, SUM, SUMIFS, VLOOKUP

  • All variations of the spelling of the cell and range addresses (linked docs will be skipped)

  • Formula cell offset - this can be useful when calculating shared formulas

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

excel-formulas-calculator-0.1.16.tar.gz (17.8 kB view hashes)

Uploaded Source

Built Distribution

excel_formulas_calculator-0.1.16-py2.py3-none-any.whl (27.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page