Iulia Gheorghita

Results 5 issues of Iulia Gheorghita

- [x] tests added / passed - [x] passes ``tox`` Added implementations for ADDRESS, COUNTA, COUNTBLANK, COLUMNS, ROWS, FILTER, and a few financial functions (IRR, PMT, PPMT). The financial functions...

#### What actually happened I loaded an `ExcelCompiler` model from an `openpyxl` `Workbook` using the `excel` attribute of `ExcelCompiler` and got different and wrong results depending on the order in...

#### What actually happened and expected behavior Sorry, this is probably more a question than an issue, but I'm trying to use the `excel_helper` decorator and it's not behaving the...

- [x] closes #136 - [x] tests added / passed - [x] passes ``tox`` Previously, we had the following behavior for variations of `'=SUM(Sheet2!A1:A2)'`: ```python from openpyxl import Workbook wb...

#### What happened and code sample This doesn't seem like a big deal but wanted to document it. In a situation where we write a formula having an unnecessary space...